白名单下架后台补下架按钮

This commit is contained in:
2026-03-16 16:41:59 +08:00
parent b6542ddbc3
commit c53790612b
3 changed files with 114 additions and 8 deletions

View File

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