YaolongHan 4 лет назад
Родитель
Сommit
db1ad56113
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 0
      src/components/edit/attr_select.vue
  2. 2 2
      vue.config.js

+ 1 - 0
src/components/edit/attr_select.vue

@@ -485,6 +485,7 @@ export default {
     focusItemList: function(newval) {
       const Item = newval.itemList[0];
       this.getmajorId = Item.data.Properties.InfoSystemId;
+      this.imageNum = 1; //切换item初始化
       if (Item.data && Item.data.SubType) {
         this.SubType = Item.data.SubType;
       }else{

+ 2 - 2
vue.config.js

@@ -25,8 +25,8 @@ module.exports = {
                 },
             },
             '/data': {
-                // target: 'http://192.168.200.87:9003',
-                target: 'http://60.205.177.43:9903', //阿里云
+                target: 'http://192.168.200.87:9003',
+                // target: 'http://60.205.177.43:9903', //阿里云
                 changeOrigin: true,
                 secure: false,
                 pathRewrite: {