This commit is contained in:
2026-04-23 11:49:32 +08:00
parent beddbf97ee
commit 3adcece7db
43 changed files with 328 additions and 223 deletions

View File

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