refactor(property): 1

This commit is contained in:
2025-09-09 19:04:07 +08:00
parent 24ef7391a7
commit 5c86b29c14
2 changed files with 4 additions and 4 deletions

View File

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