liujiejie 8 mesiacov pred
rodič
commit
a60394243a
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -65,9 +65,9 @@ module.exports = {
     proxy: {
       "/api": {
         // target: "http://192.168.5.4:16200", // 石月
-        // target: "http://192.168.50.235:16200", //内网
+        target: "http://192.168.50.235:16200", //内网 开发环境
         // target: "http://192.168.5.15:16200",
-        target: "http://192.168.50.235:16300", //外网
+        // target: "http://192.168.50.235:16300", //外网 生产环境
         //  target: "http://10.96.137.5",
         changeOrigin: true,
         pathRewrite: {