登录接口加密传输登录信息

This commit is contained in:
caozehui
2025-03-24 19:22:56 +08:00
parent e0b1b5907b
commit d7df999cf2
6 changed files with 77 additions and 24 deletions

View File

@@ -26,7 +26,7 @@ export const useUserStore = defineStore({
// Set setUserInfo
setUserInfo(userInfo: UserState["userInfo"]) {
this.userInfo = userInfo;
},
}
},
persist: piniaPersistConfig(USER_STORE_KEY),
});