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
@@ -3,7 +3,7 @@ import { ENV, type EnvType } from '../env/index'
|
||||
/** 各环境接口网关地址:develop / trial 走测试网关,release 走正式网关 */
|
||||
const BASE_URLS: Record<EnvType, string> = {
|
||||
develop: 'http://10.10.10.10:8889/',
|
||||
trial: 'http://10.10.10.10:8889/',
|
||||
trial: 'https://device.shuziweidao.com/gateway/',
|
||||
release: 'https://device.shuziweidao.com/gateway/',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user