chore: 还原 proxy config

pull/146/head^2
xingyu4j 2025-06-16 13:46:58 +08:00
parent 81e63c7204
commit bc79a37522
1 changed files with 1 additions and 1 deletions

View File

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