feat: 工作台页面调整

This commit is contained in:
苟川东 2025-05-09 15:20:01 +08:00
parent 9fd647f1f5
commit 7d5f16d47b

View File

@ -8,7 +8,7 @@ let envVersion = accountInfo.miniProgram.envVersion
let hosts = {
"develop": 'http://wanyu.test',
"trial": 'https://www.yilingjiang.com',
"release": 'https://release',
"release": 'https://www.yilingjiang.com',
}
let host = hosts[envVersion]