baoshiwei
2025-06-19 0571c03740d9069cf761695d0dcadd4d6bc9af0d
zhitan-vue/vite.config.js
@@ -33,9 +33,14 @@
      proxy: {
        // https://cn.vitejs.dev/config/#server-proxy
        "/dev-api": {
          target: "http://localhost:8080",
          target: "http://localhost:8088",
          changeOrigin: true,
          rewrite: (p) => p.replace(/^\/dev-api/, ""),
          rewrite: (p) => p.replace(/^\/dev-api/, "/"),
        },
        "/prod-api": {
          target: "http://localhost:8088",
          changeOrigin: true,
          secure: true,
        },
      },
    },