king
2023-12-27 6ef91daa9f2e12e5e137ec82f9185e7749ed82d7
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
      }