|
@@ -25,8 +25,6 @@
|
|
},
|
|
},
|
|
onLaunch: function() {
|
|
onLaunch: function() {
|
|
console.log('App onLaunch')
|
|
console.log('App onLaunch')
|
|
- console.log(this.$store.state.vuex_bizId,'---------')
|
|
|
|
- console.log(this.$store.state.vuex_token)
|
|
|
|
},
|
|
},
|
|
onShow: function() {
|
|
onShow: function() {
|
|
const pages = getCurrentPages(); // 获取加载的页面
|
|
const pages = getCurrentPages(); // 获取加载的页面
|