幻雨堂
2024-02-22 9ef37b0d640e8ab77459c2a816dab96c2d7b9511
vite.config.ts
@@ -26,7 +26,8 @@
      open: true,
      proxy: {
        [env.VITE_APP_BASE_API]: {
          target: 'http://192.168.3.228:8080',
          // target: 'http://192.168.3.228:8080',
          target: 'http://localhost:8080',
          changeOrigin: true,
          rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
        }