Ver Fonte

配置文件

695593266@qq.com há 9 meses atrás
pai
commit
09fe8ada09
2 ficheiros alterados com 4 adições e 2 exclusões
  1. 2 1
      package.json
  2. 2 1
      vue.config.js

+ 2 - 1
package.json

@@ -73,5 +73,6 @@
     "vue-eslint-parser": "^9.0.3",
     "vue-template-compiler": "^2.7.10",
     "webpack": "^5.74.0"
-  }
+  },
+  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
 }

+ 2 - 1
vue.config.js

@@ -39,8 +39,9 @@ module.exports = {
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.132:18086',
 
-        target: 'http://192.168.1.105:18086', //开发
+        // target: 'http://192.168.1.105:18086', //开发
         // target: 'http://192.168.1.251:18186', //测试
+        target: 'http://192.168.1.125:18086',
 
         // target: 'http://192.168.1.116:18086',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域