【smart-app更新】1、意见反馈;2、我的;3、退出登录;4、等等其他

This commit is contained in:
zhuoda
2024-03-17 22:52:00 +08:00
parent 4b36de6de5
commit 83d316a2d1
26 changed files with 22871 additions and 118 deletions

View File

@@ -51,6 +51,7 @@ export const useUserStore = defineStore({
actions: {
logout() {
this.token = null;
this.setUserLoginInfo(defaultUserInfo);
uni.removeStorage(USER_TOKEN);
},
clearUserLoginInfo() {