Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6f06b8be
authored
2025-11-27 09:32:11 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ss
1 parent
ce43abda
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/store/modules/user.ts
src/store/modules/user.ts
View file @
6f06b8b
...
...
@@ -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
)
=>
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment