chore(config): trial 环境域名切换到正式网关
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
69d8fa75a5
commit
b3e2a11423
@@ -8,8 +8,8 @@ const DOMAINS: Record<EnvType, { domain1: string; domain2: string }> = {
|
||||
domain2: 'http://10.10.10.10:8889/weight',
|
||||
},
|
||||
trial: {
|
||||
domain1: 'http://10.10.10.10:8889',
|
||||
domain2: 'http://10.10.10.10:8889/weight',
|
||||
domain1: 'http://device.shuziweidao.com:80/gateway',
|
||||
domain2: 'http://device.shuziweidao.com:80/weight',
|
||||
},
|
||||
release: {
|
||||
domain1: 'http://device.shuziweidao.com:80/gateway',
|
||||
|
||||
Reference in New Issue
Block a user