Commit 745fd6d100bb23f9e2441f04a77029b40961db2f
1 parent
6a30d48a
fix: DEFECT-995 use tenant admin identify login not rebuild routes and menus
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -244,6 +244,7 @@ | @@ -244,6 +244,7 @@ | ||
244 | permissionStore.setPermCodeList(permissionList); | 244 | permissionStore.setPermCodeList(permissionList); |
245 | userStore.setUserInfo(userInfo); | 245 | userStore.setUserInfo(userInfo); |
246 | userStore.setRoleList(userInfo.roles as RoleEnum[]); | 246 | userStore.setRoleList(userInfo.roles as RoleEnum[]); |
247 | + permissionStore.buildRoutesAction(); | ||
247 | go(PageEnum.BASE_HOME); | 248 | go(PageEnum.BASE_HOME); |
248 | } catch (error) { | 249 | } catch (error) { |
249 | } finally { | 250 | } finally { |