diff --git a/utils/config.js b/utils/config.js index 521182a..0dc63aa 100644 --- a/utils/config.js +++ b/utils/config.js @@ -4,9 +4,9 @@ const ENV_CONFIG = { // 正式版 release: 'https://xcx.yun.588580.xyz', - trial: 'https://xcx.yun.588580.xyz', + trial: 'https://qywx.yun.588580.xyz', // 开发版 & 体验版 - develop: 'http://172.16.60.235:8080' + develop: 'https://qywx.yun.588580.xyz' } // 自动判断当前运行环境