liujiejie 1 年之前
父節點
當前提交
fb4b49eabc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -33,8 +33,8 @@ module.exports = {
   devServer: {
     proxy: {
       "/api": {
-        // target: "http://192.168.50.235:16200",
-        target: "http://106.120.102.238:16600",
+        target: "http://192.168.50.235:16200", //内网
+        // target: "http://106.120.102.238:16600",//外网
         changeOrigin: true,
         pathRewrite: {
           "^/api": "", //需要rewrite重写的,