修复订单显示bug

This commit is contained in:
2026-06-10 20:20:47 +08:00
parent de62513987
commit 9fbc6f8cd1
45 changed files with 7514 additions and 2025 deletions

View File

@@ -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,
}