build(web-antd): 1

This commit is contained in:
2025-09-04 17:16:01 +08:00
parent 1b01bbd4ac
commit 5c4f2e6588

View File

@@ -27,7 +27,7 @@ export default defineConfig(async () => {
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''), rewrite: (path) => path.replace(/^\/api/, ''),
// mock代理目标地址 // mock代理目标地址
target: 'http://192.168.1.110:8080', target: 'http://localhost:8080',
ws: true, ws: true,
}, },
}, },