ZhangXianQiang
2024-04-26 319d2d82e78cfaf951178f238e9bb2a9ecafb9c6
vue.config.js
@@ -35,10 +35,10 @@
    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`,
        target: `http://192.168.3.88:8085`,
        // target: `http://192.168.3.88:8085`,
        changeOrigin: true,
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''