소스 검색

bug修复

chenrui 4 년 전
부모
커밋
68ae1b0006
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/inventoryManagement/inventoryWarning/list.vue
  2. 2 2
      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>

+ 2 - 2
vue.config.js

@@ -108,8 +108,8 @@ 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:8602/ocs-admin',
-        // target: 'http://ocs-admin.360arrow.com.cn/ocs-admin',
+        // target: 'http://192.168.16.103:8602/ocs-admin',
+        target: 'http://ocs-admin.360arrow.com.cn/ocs-admin',
         ws: false,
         changeOrigin: true,
         pathRewrite: {