预约记录

This commit is contained in:
FLL
2025-07-08 17:40:51 +08:00
parent b1265fb00c
commit 2f38afa645
7 changed files with 136 additions and 177 deletions

View File

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