6f06b8be by lihua

ss

1 parent ce43abda
...@@ -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) => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!