baoshiwei
2025-06-10 65b25fde603de187efc3db827c9d384e35f00014
zhitan-vue/vite.config.js
@@ -33,12 +33,12 @@
      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/, "/"),
        },
        "/prod-api": {
          target: "http://localhost:8080",
          target: "http://localhost:8088",
          changeOrigin: true,
          secure: true,
        },