APP热更新

This commit is contained in:
cansnow
2026-01-11 13:51:16 +08:00
parent 941464c330
commit c38846f13b
16 changed files with 995 additions and 197 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ const getApiUrl = () => uni.getStorageSync("IMApiUrl") || API_URL;
const getWsUrl = () => uni.getStorageSync("IMWsUrl") || WS_URL;
module.exports = {
cdnUrl:"http://"+BASE_DOMAIN,
//cdnUrl:"http://"+BASE_DOMAIN,
cdnUrl:"https://shunliao.oss-accelerate.aliyuncs.com",
version,
getRegisterUrl,
getApiUrl,