修复订单显示bug
This commit is contained in:
@@ -92,7 +92,9 @@ type RuntimeProfile = {
|
||||
const consumerProfile: RuntimeProfile = {
|
||||
client: 'consumer',
|
||||
supaUrl: 'http://119.146.131.237:9126',
|
||||
supaKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlLTEiLCJpYXQiOjE3Njk2NzY0OTgsImV4cCI6MTkyNzM1NjQ5OH0.ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890',
|
||||
// 2026/6/8之前用的supaKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlLTEiLCJpYXQiOjE3Njk2NzY0OTgsImV4cCI6MTkyNzM1NjQ5OH0.ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890',
|
||||
// 2026/6/8之后用的
|
||||
supaKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzgwOTA5MDIyLCJleHAiOjIwOTYyNjkwMjJ9.u2GtsRyUiml1sjIyIWMQQhKJQSPQl4J-RWZdIxNw3wQ',
|
||||
wsUrl: 'ws://192.168.1.61:18000/realtime/v1/websocket',
|
||||
pushServerUrl: 'http://192.168.1.62:7301',
|
||||
homeRedirect: '/pages/main/index',
|
||||
@@ -131,6 +133,7 @@ const deliveryProfile: RuntimeProfile = {
|
||||
pushServerUrl: consumerProfile.pushServerUrl,
|
||||
homeRedirect: '/pages/mall/delivery/home/index',
|
||||
taborPage: '/pages/mall/delivery/home/index',
|
||||
// 2026-06-09: 改回 true,开发测试阶段允许 mock 回退,避免无档案阻塞登录
|
||||
testMode: true,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user