This commit is contained in:
Gdpao
2020-08-17 16:57:23 +08:00
parent 9029e3c8ba
commit b1a705e0f8
8 changed files with 95 additions and 31 deletions

View File

@@ -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']),