修改配置请求全部放到一个接口里
This commit is contained in:
9
App.vue
9
App.vue
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user