6f06b8be by lihua

ss

1 parent ce43abda
......@@ -100,7 +100,7 @@ const useUserStore = defineStore(
let userData = data && JSON.parse(data);
return getSystemMenu(
{ tenantGuid: localStorage.getItem('currentTenantGuid'),
roleGuid: role == 'use' ? '33cc6290689249a28004b591a2daac25' : (role == 'provider' ? '0ad4985055fa4007aca9e2782ccd23d2' : '')
roleGuid: role == 'use' ? '33cc6290689249a28004b591a2daac25' : (role == 'provider' ? '0ad4985055fa4007aca9e2782ccd23d2' : 'd5b1c588a88d4ad5bfa38cfe5726ea30')
}, false
// role != 'operation' ? false : (userData?.isAdmin == "Y" && (!userData?.superTubeFlag || userData?.superTubeFlag == "Y"))
).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!