@@ -11,7 +11,6 @@
import config from '@/common/config.js'
export default {
async onLaunch(e) {
- console.log('App onLaunch...')
this.vueStylePrototype()
// #ifdef MP-WEIXIN
@@ -27,8 +26,6 @@
// #endif
},
async onShow() {
- console.log('App onShow...')
-
// 如果写在onLaunch里面,用户重新进入小程序Token可能过期,需要做Token刷新逻辑
await this.checkReady()
@@ -36,7 +33,7 @@
this.$emitReady()
onHide() {
- console.log('App onHide...')
+
methods: {
async checkReady() {