瀏覽代碼

feat: 公路云免费版拷贝建设项目限制

zhangweicheng 5 年之前
父節點
當前提交
1ee3ae9991
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      web/building_saas/pm/js/pm_share.js

+ 3 - 2
web/building_saas/pm/js/pm_share.js

@@ -798,8 +798,9 @@ const pmShare = (function () {
                         return !(selected && selected.data.allowCopy && selected.data.projType === projectType.project);
                     },
                     callback: function (key, opt) {
-                        if ($(".p-title").text().includes('学习')) {
-                            hintBox.versionBox(`此功能仅在专业版中提供,${commonUtil.getVersionText()}可选择单个分段进行拷贝。`);
+                        let matchText = commonUtil.getVersionText();
+                        if ($(".p-title").text().includes(matchText)) {
+                            hintBox.versionBox(`此功能仅在专业版中提供,${matchText}可选择单个分段进行拷贝。`);
                             return;
                         }
                         copyContructionProject(tree.selected);