|
|
@@ -342,11 +342,11 @@ const projTreeObj = {
|
|
|
return compilationData && names.includes(compilationData.name);
|
|
|
},
|
|
|
callback: function () {
|
|
|
- /* CommonHeader.doAfterValidateVersion(
|
|
|
+ CommonHeader.doAfterValidateVersion(
|
|
|
() => $('#interface-import-modal').modal('show'),
|
|
|
() => alert(`${commonUtil.getVersionText()}不提供此功能。`)
|
|
|
- ); */
|
|
|
- $('#interface-import-modal').modal('show');
|
|
|
+ );
|
|
|
+ // $('#interface-import-modal').modal('show');
|
|
|
}
|
|
|
},
|
|
|
manageFiles: {
|