2023.11.16

This commit is contained in:
2023-11-16 00:11:40 +08:00
parent dc946ec669
commit 3579868cc7
3 changed files with 11 additions and 9 deletions

View File

@@ -63,6 +63,7 @@ export const useStore = defineStore('main2', {
this.access_token = access_token
this.isLogin = true
this.userInfo = uni.getStorageSync('userInfo')
this.operation_info = uni.getStorageSync('operation_info')
// this.getUserInfo()
}
else{