king
2024-06-21 2bccb9ec7bdefe23292a22bc153463cfa1479a49
src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -114,7 +114,7 @@
      // 需要选择行时,校验数据
      notification.warning({
        top: 92,
        message: '请选择行!',
        message: window.GLOB.dict['select_row'] || '请选择行!',
        duration: 5
      })
      return
@@ -122,14 +122,14 @@
      // 需要选择单行时,校验数据
      notification.warning({
        top: 92,
        message: '请选择单行数据!',
        message: window.GLOB.dict['select_single_row'] || '请选择单行数据!',
        duration: 5
      })
      return
    } else if (btn.pageTemplate === 'custom' && window.GLOB.systemType === 'production' && !btn.proUrl) {
      notification.warning({
        top: 92,
        message: '尚未设置正式系统链接地址!',
        message: window.GLOB.dict['no_prod_link'] || '尚未设置正式系统链接地址!',
        duration: 5
      })
      return