gdpao
This commit is contained in:
8
App.vue
8
App.vue
@@ -18,8 +18,14 @@
|
||||
})
|
||||
// 刷新token
|
||||
if (this.hasLogin) {
|
||||
this.refreshToken_function();
|
||||
this.refreshToken_function();
|
||||
}
|
||||
// #ifdef APP-PLUS
|
||||
//app关闭默认的启动 方法关闭启动图。但是这个时间不能太晚,6s 超时后依旧会主动关闭。
|
||||
setTimeout(()=>{
|
||||
plus.navigator.closeSplashscreen();
|
||||
},3000)
|
||||
// #endif
|
||||
},
|
||||
methods: {
|
||||
...mapMutations(['loginIn']),
|
||||
|
||||
Reference in New Issue
Block a user