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 | 244 | permissionStore.setPermCodeList(permissionList); |
245 | 245 | userStore.setUserInfo(userInfo); |
246 | 246 | userStore.setRoleList(userInfo.roles as RoleEnum[]); |
247 | + permissionStore.buildRoutesAction(); | |
247 | 248 | go(PageEnum.BASE_HOME); |
248 | 249 | } catch (error) { |
249 | 250 | } finally { | ... | ... |