修改自动刷新邮件失效
This commit is contained in:
@@ -38,7 +38,8 @@ export async function init() {
|
||||
document.title = setting.title;
|
||||
|
||||
if (user) {
|
||||
accountStore.currentAccountId = user.accountId;
|
||||
accountStore.currentAccountId = user.account.accountId;
|
||||
accountStore.currentAccount = user.account;
|
||||
userStore.user = user;
|
||||
|
||||
const routers = permsToRouter(user.permKeys);
|
||||
|
||||
Reference in New Issue
Block a user