修改配置请求全部放到一个接口里

This commit is contained in:
2025-01-04 11:28:21 +08:00
parent 38af72524b
commit b8f0c0f5e9
2 changed files with 177 additions and 79 deletions

View File

@@ -299,12 +299,6 @@
// #endif
// setInterval(d => { //定时器,定时去调取聊天未读消息
// let userId = uni.getStorageSync('userId')
// if (userId) {
@@ -639,7 +633,7 @@
},
onShow: function() {
init()
// #ifdef H5
// isH5Android()
@@ -670,7 +664,6 @@
// }
// });
init()
// #ifdef H5
if (!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {