浏览代码

地址修改

anderx 3 周之前
父节点
当前提交
89aeddca2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://172.16.0.255:8088/api`,
+        target: `http://172.0.0.1:8088/api`,
         // target: 'http://192.168.0.174:8080/api',
         changeOrigin: true,
         pathRewrite: {