Luolei 6 年之前
父節點
當前提交
49151098cf
共有 3 個文件被更改,包括 3 次插入7 次删除
  1. 0 4
      src/components/icss/CommonTemplate.vue
  2. 1 1
      src/components/icss/PubTemplateGroup.vue
  3. 2 2
      vue.config.js

+ 0 - 4
src/components/icss/CommonTemplate.vue

@@ -279,10 +279,6 @@ export default {
       let tmpLis = this.rightTagsList;
       let tmpLis = this.rightTagsList;
       let tmpObj = tmpLis[selectTagFlg[0]],m = 0;
       let tmpObj = tmpLis[selectTagFlg[0]],m = 0;
       if(tmpSelectRightTagsList && tmpSelectRightTagsList.length>0 && (tmpSelectRightTagsList[0].type == 'input' || tmpSelectRightTagsList[0].type == 'sub')){
       if(tmpSelectRightTagsList && tmpSelectRightTagsList.length>0 && (tmpSelectRightTagsList[0].type == 'input' || tmpSelectRightTagsList[0].type == 'sub')){
-        this.$message({
-            message:'关联子模板或者输入框不能加标记',
-            type:'warning'
-        })
         return;
         return;
       }
       }
       for(let i = 0;i < tmpLis.length;i++){//循环右侧所有标签,点击的这个有标记,去掉标记,点击的没有标记,去掉其他标记,标记当前项
       for(let i = 0;i < tmpLis.length;i++){//循环右侧所有标签,点击的这个有标记,去掉标记,点击的没有标记,去掉其他标记,标记当前项

+ 1 - 1
src/components/icss/PubTemplateGroup.vue

@@ -134,7 +134,7 @@ export default {
     let templateOwn = localStorage.getItem('icssEnumsData') ? JSON.parse(localStorage.getItem('icssEnumsData')).moduleTypeEnum : []
     let templateOwn = localStorage.getItem('icssEnumsData') ? JSON.parse(localStorage.getItem('icssEnumsData')).moduleTypeEnum : []
     let guisu = localStorage.getItem('guisu') ? JSON.parse(localStorage.getItem('guisu')) : []
     let guisu = localStorage.getItem('guisu') ? JSON.parse(localStorage.getItem('guisu')) : []
     for(let k = 0;k < guisu.length;k++){
     for(let k = 0;k < guisu.length;k++){
-      templateOwn = templateOwn.filter(item => item.key != guisu[k])
+      // templateOwn = templateOwn.filter(item => item.key != guisu[k])
     }
     }
     this.Adscriptions = templateOwn;
     this.Adscriptions = templateOwn;
   },
   },

+ 2 - 2
vue.config.js

@@ -1,7 +1,7 @@
 const path = require('path');
 const path = require('path');
 // const proxy_path = 'http://192.168.2.236:80';
 // const proxy_path = 'http://192.168.2.236:80';
-const proxy_path = 'http://192.168.2.241:88';
-// const proxy_path = 'http://192.168.2.236:88';
+// const proxy_path = 'http://192.168.2.241:88';
+const proxy_path = 'http://192.168.2.236:88';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.115:5050';
 // const proxy_path = 'http://192.168.3.115:5050';