chore: 还原 proxy config

This commit is contained in:
xingyu4j
2025-06-16 13:46:58 +08:00
parent 81e63c7204
commit bc79a37522

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,
},
},