Browse Source

bug修复

chenrui 4 năm trước cách đây
mục cha
commit
e2900d892d
2 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 1 1
      src/views/inventoryManagement/inventoryWarning/list.vue
  2. 4 3
      vue.config.js

+ 1 - 1
src/views/inventoryManagement/inventoryWarning/list.vue

@@ -146,7 +146,7 @@
             v-model="record.lowerLimit"
             :precision="0"
             :min="0"
-            :max="999999"
+            :max="record.upperLimit"
             placeholder="请输入最小库存数" />
         </div>
       </template>

+ 4 - 3
vue.config.js

@@ -108,10 +108,11 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.16.104:8503/qpls-md',
-        // target: 'http://qpls-md.360arrow.com.cn/qpls-md',
+        // target: 'http://192.168.16.104:8503/qpls-md',
+        target: 'http://qpls-md.360arrow.com.cn/qpls-md',
         // target: 'http://380d150d.nat123.fun:38226/qpls-md',
-        ws: false,
+        // ws: false,
+        ws: true,
         changeOrigin: true,
         pathRewrite: {
           '^/api': ''