src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -128,6 +128,13 @@ duration: 5 }) return } else if (btn.pageTemplate === 'custom' && window.GLOB.systemType === 'production' && !btn.proUrl) { notification.warning({ top: 92, message: '尚未设置正式系统链接地址!', duration: 5 }) return } else if (!btn.pageTemplate) { notification.warning({ top: 92, @@ -195,7 +202,7 @@ window.open(url) } else if (btn.pageTemplate === 'custom') { let url = btn.url if (window.GLOB.systemType === 'production' && btn.proUrl) { if (window.GLOB.systemType === 'production') { url = btn.proUrl }