完善delivery运行bug

This commit is contained in:
2026-05-21 15:51:12 +08:00
parent 7ba3d313be
commit 3a7b2808af
18 changed files with 1823 additions and 1772 deletions

View File

@@ -122,13 +122,13 @@ const adminProfile: RuntimeProfile = {
testMode: true,
}
// delivery 沿用项目现有的本地 18000 配置来源,避免继续继承 consumer 的 9126 配置
// delivery 恢复到与现有可用数据相同的 9126 实例,避免本地 18000 网关认证失败
const deliveryProfile: RuntimeProfile = {
client: 'delivery',
supaUrl: 'http://192.168.1.62:18000',
supaKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlLTEiLCJpYXQiOjE3Njk2NzY0OTgsImV4cCI6MTkyNzM1NjQ5OH0.ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890',
wsUrl: 'ws://192.168.1.62:18000/realtime/v1/websocket',
pushServerUrl: 'http://192.168.1.62:7301',
supaUrl: consumerProfile.supaUrl,
supaKey: consumerProfile.supaKey,
wsUrl: consumerProfile.wsUrl,
pushServerUrl: consumerProfile.pushServerUrl,
homeRedirect: '/pages/mall/delivery/home/index',
taborPage: '/pages/mall/delivery/home/index',
testMode: true,