mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 23:55:07 +08:00
refactor: store action name
This commit is contained in:
@ -103,7 +103,7 @@ const signIn = async () => {
|
||||
.then(async (res) => {
|
||||
setToken(res?.token)
|
||||
const userInfo = await getInfoApi()
|
||||
await userStore.getUserInfoAction(userInfo)
|
||||
await userStore.setUserInfoAction(userInfo)
|
||||
getRoutes()
|
||||
})
|
||||
.catch(() => {})
|
||||
|
Reference in New Issue
Block a user