ss
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -100,7 +100,7 @@ const useUserStore = defineStore( | ... | @@ -100,7 +100,7 @@ const useUserStore = defineStore( |
| 100 | let userData = data && JSON.parse(data); | 100 | let userData = data && JSON.parse(data); |
| 101 | return getSystemMenu( | 101 | return getSystemMenu( |
| 102 | { tenantGuid: localStorage.getItem('currentTenantGuid'), | 102 | { tenantGuid: localStorage.getItem('currentTenantGuid'), |
| 103 | roleGuid: role == 'use' ? '33cc6290689249a28004b591a2daac25' : (role == 'provider' ? '0ad4985055fa4007aca9e2782ccd23d2' : '') | 103 | roleGuid: role == 'use' ? '33cc6290689249a28004b591a2daac25' : (role == 'provider' ? '0ad4985055fa4007aca9e2782ccd23d2' : 'd5b1c588a88d4ad5bfa38cfe5726ea30') |
| 104 | }, false | 104 | }, false |
| 105 | // role != 'operation' ? false : (userData?.isAdmin == "Y" && (!userData?.superTubeFlag || userData?.superTubeFlag == "Y")) | 105 | // role != 'operation' ? false : (userData?.isAdmin == "Y" && (!userData?.superTubeFlag || userData?.superTubeFlag == "Y")) |
| 106 | ).then((info: any) => { | 106 | ).then((info: any) => { | ... | ... |
-
Please register or sign in to post a comment