调整文件结构;跑通admin端;初步设计页面结构
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
// export const SUPA_URL: string = 'http://192.168.0.150:8080'
|
||||
// export const SUPA_KEY: string = 'your-anon-key'
|
||||
|
||||
// 生产环境 - Supabase 云服务
|
||||
export const SUPA_URL: string = 'https://ak3.oulog.com'
|
||||
export const SUPA_KEY: string = 'your-anon-key'
|
||||
// 指向你的 Supabase 服务(开发/私有部署)
|
||||
export const SUPA_URL: string = 'http://192.168.1.64:3000'
|
||||
export const SUPA_KEY: string = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzY4ODMwNjI0LCJleHAiOjE5MjY1MTA2MjR9.mDVl-kIOdRK9v6VTxo0TDF8r7X7xk3PZXazaavHyVvg'
|
||||
|
||||
// WebSocket 实时连接
|
||||
export const WS_URL: string = 'wss://ak3.oulog.com/realtime/v1/websocket'
|
||||
// WebSocket/Realtime 地址(与 HTTP 保持同主机端口)
|
||||
export const WS_URL: string = 'ws://192.168.1.64:3000/realtime/v1'
|
||||
|
||||
// 路由配置
|
||||
export const HOME_REDIRECT: string = '/pages/mall/consumer/index'
|
||||
|
||||
Reference in New Issue
Block a user