|
@@ -798,8 +798,9 @@ const pmShare = (function () {
|
|
|
return !(selected && selected.data.allowCopy && selected.data.projType === projectType.project);
|
|
return !(selected && selected.data.allowCopy && selected.data.projType === projectType.project);
|
|
|
},
|
|
},
|
|
|
callback: function (key, opt) {
|
|
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;
|
|
return;
|
|
|
}
|
|
}
|
|
|
copyContructionProject(tree.selected);
|
|
copyContructionProject(tree.selected);
|