fix: header 切换缓存逻辑补充
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
: '';
|
||||
loading.value = false;
|
||||
if (configStore.enablePermissions) {
|
||||
const res = await configStore.userResource();
|
||||
const res = await configStore.userResource(info);
|
||||
|
||||
if (configStore.customApplication) {
|
||||
await useAuthorization.initMenuResource();
|
||||
|
Reference in New Issue
Block a user