diff --git a/vite.config.ts b/vite.config.ts index 20c9dc1..d43b6a6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -26,7 +26,7 @@ export default defineConfig(({ mode, command }) => { proxy: { [env.VITE_APP_BASE_API]: { // target: 'http://192.168.100.100:8080''', - target: 'http://localhost:8080', + target: 'http://localhost:9081', changeOrigin: true, ws: true, rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')