build(custom): 新增游戏正式服api

This commit is contained in:
2024-01-27 14:21:54 +08:00
parent 6550e80e3f
commit 98cd8e67c9
6 changed files with 49 additions and 58 deletions

14
.env.production Normal file
View File

@@ -0,0 +1,14 @@
TARO_APP_API = 'https://www.jdt168.com/dice'
TARO_APP_WS = 'wss://www.jdt168.com/dice/home'
TARO_APP_HOME = 'https://www.wanzhuanyongcheng.cn/app/game'
# 大转盘
TARO_APP_TURNTABLE_WS = 'wss://turntable.jdt168.com/turntable/home'
TARO_APP_TURNTABLE_API = 'https://turntable.jdt168.com/turntable'
# 澳拾
TARO_APP_AOSHI_API = 'https://australia.jdt168.com'