小小儁爺
2024-11-15 c0e9df213221d16f6ab6c9106ae01ad571cd45fc
vue.config.js
@@ -53,7 +53,7 @@
    proxy: {
      [process.env.VUE_APP_BASE_API]: {
        target: 'http://121.196.36.24:8034', // 本地
        // target: 'http://192.168.0.147:8000', // 优克
        // target: 'http://192.168.0.99:8000', // 桥下
        changeOrigin: true, // 请求跨域时,需 配置此项
        pathRewrite: { // 路径重写,替换target中的请求地址
          ['^' + process.env.VUE_APP_BASE_API]: '/api/'