fix: 处理屏幕初始化问题

This commit is contained in:
white 2024-10-23 13:45:32 +08:00
parent 91e4a89ae3
commit e0141f1cf2
1 changed files with 0 additions and 10 deletions

10
App.vue
View File

@ -54,16 +54,6 @@
console.log(res.isConnected);
console.log(res.networkType);
});
//
// if (this.$store.getters['api/getApiToken']) {
// setTimeout(() => {
// uni.reLaunch({
// url: '/pages/index/index'
// })
// console.log('')
// }, 1000)
// }
},
onHide: function() {
console.log('App 关闭')