Merge huangzhenbao-admin into main and fix config

This commit is contained in:
comlibmb
2026-01-27 21:43:26 +08:00
65 changed files with 13313 additions and 1547 deletions

View File

@@ -19,6 +19,11 @@ export const WS_URL: string = 'ws://192.168.1.63:8000/realtime/v1/websocket'
// export const SUPA_KEY: string = 'your-anon-key'
// export const WS_URL: string = 'wss://ak3.oulog.com/realtime/v1/websocket'
// 指向你的 Supabase 服务(开发/私有部署)
// export const SUPA_URL: string = 'http://192.168.1.64:3000'
// export const SUPA_KEY: string = 'your-anon-key'
// export const WS_URL: string = 'ws://192.168.1.64:3000/realtime/v1'
// 路由配置
export const HOME_REDIRECT: string = '/pages/mall/consumer/index'
export const TABORPAGE: string = '/pages/mall/consumer/index'