mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 03:03:43 +08:00
优化前端界面,新增注销功能
This commit is contained in:
@@ -20,6 +20,6 @@ export function getLoginUser() {
|
||||
}
|
||||
}
|
||||
|
||||
export function setLoginUser(value) {
|
||||
sessionStorage.setItem(SessionUserKey, JSON.stringify(value))
|
||||
export function setLoginUser(user) {
|
||||
sessionStorage.setItem(SessionUserKey, JSON.stringify(user))
|
||||
}
|
||||
Reference in New Issue
Block a user