This commit is contained in:
parent
045eac52aa
commit
9e86d9a645
1
App.vue
1
App.vue
|
|
@ -11,6 +11,7 @@
|
||||||
},
|
},
|
||||||
onLaunch() {
|
onLaunch() {
|
||||||
//登录
|
//登录
|
||||||
|
//登录
|
||||||
uni.setStorageSync('isAuth',true)
|
uni.setStorageSync('isAuth',true)
|
||||||
const updateManager = uni.getUpdateManager();
|
const updateManager = uni.getUpdateManager();
|
||||||
updateManager.onCheckForUpdate(function (res) {
|
updateManager.onCheckForUpdate(function (res) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue