feat:卡密列表调整

This commit is contained in:
Ygb 2025-08-07 14:08:00 +08:00
parent 43c2467346
commit d10532006d
2 changed files with 547 additions and 509 deletions

File diff suppressed because it is too large Load Diff

View File

@ -45,8 +45,8 @@ export default defineConfig({
server: { server: {
proxy: { proxy: {
'/api': { '/api': {
target: 'http://127.0.0.1:8089', // target: 'http://127.0.0.1:8089',
// target: 'http://146.56.227.42:8089', target: 'http://146.56.227.42:8089',
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/,''), rewrite: (path) => path.replace(/^\/api/,''),
// 如需处理WebSocket // 如需处理WebSocket