This commit is contained in:
2026-02-08 17:01:33 +08:00
parent 0668eea99b
commit 3211cc32ce
76 changed files with 5054 additions and 2423 deletions

View File

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