ZhangXianQiang
2024-04-25 119f10ac14c9ae0663c953f79f66665ee9f83f81
fix:修改代理
1个文件已修改
3 ■■■■ 已修改文件
vue.config.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js
@@ -35,7 +35,8 @@
    proxy: {
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        target: `http://localhost:8080`,
        // target: `http://localhost:8080`,
        target: `http://192.168.3.64:8080`,
        // target: `http://192.168.3.87:8080`,
        changeOrigin: true,
        pathRewrite: {