ysy 1 rok temu
rodzic
commit
07d070733d
2 zmienionych plików z 4 dodań i 3 usunięć
  1. 2 2
      src/views/workOrder/index.vue
  2. 2 1
      vue.config.js

+ 2 - 2
src/views/workOrder/index.vue

@@ -300,13 +300,13 @@
           },
           {
             prop: 'productCode',
-            label: '产品编码',
+            label: '编码',
             align: 'center',
             minWidth: 110
           },
           {
             prop: 'productName',
-            label: '产品名称',
+            label: '名称',
             align: 'center',
             minWidth: 110
           },

+ 2 - 1
vue.config.js

@@ -33,7 +33,8 @@ module.exports = {
       '/api': {
         // target: 'http://192.168.1.210:86/',
         // target: 'http://192.168.1.116:18086',
-        target: 'http://192.168.1.251:18086',
+        // target: 'http://192.168.1.251:18086',
+        target: 'http://192.168.1.125:18086',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {
           '^/api': ''