DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
ac703a4207
1 changed files with 1 additions and 4 deletions
  1. 1 4
      App.vue

+ 1 - 4
App.vue

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