diff --git a/apps/web-antd/vite.config.mts b/apps/web-antd/vite.config.mts index ded7ff75..7e884500 100644 --- a/apps/web-antd/vite.config.mts +++ b/apps/web-antd/vite.config.mts @@ -27,7 +27,7 @@ export default defineConfig(async () => { changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, ''), // mock代理目标地址 - target: 'http://192.168.1.110:8080', + target: 'http://localhost:8080', ws: true, }, },