接口修正、成就修正、学习记录修正
This commit is contained in:
@@ -88,7 +88,7 @@ const authModule: Module<AuthState, any> = {
|
||||
namespaced: true,
|
||||
|
||||
state: (): AuthState => {
|
||||
// 从localStorage恢复状态
|
||||
// 从存储恢复状态(localStorage或sessionStorage)
|
||||
const storedState = getStoredState();
|
||||
return {
|
||||
loginDomain: storedState.loginDomain || null,
|
||||
|
||||
Reference in New Issue
Block a user