feat: 合并提交

This commit is contained in:
ccnetcore
2026-01-10 15:40:54 +08:00
parent 3c9c882c42
commit 05b81b710f
3 changed files with 8 additions and 7 deletions

View File

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