lilei před 2 roky
rodič
revize
96e379f632

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1661758446109
+  "version": 1661845156873
 }

+ 1 - 1
src/views/numsGoodsShelves/shelfSet/set.vue

@@ -195,7 +195,7 @@ export default {
       } else {
         // 新增货位
         this.nowData = this.basicInfoData
-        this.modalType = 'new'
+        this.modalType = 'add'
         this.openHwModal = true
       }
     },

+ 2 - 2
vue.config.js

@@ -211,8 +211,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.0.182:8503/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.0.182:8503/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,