10.18前的开发

This commit is contained in:
2023-10-18 21:00:42 +08:00
parent 4fa658db18
commit aa47166ae7
70 changed files with 9936 additions and 172 deletions

View File

@@ -59,7 +59,6 @@ const useStore = common_vendor.defineStore("main2", {
if (access_token) {
this.access_token = access_token;
this.isLogin = true;
this.getUserInfo();
}
},
async getUserInfo() {