fix: API Key管理菜单移到endif后, 所有登录用户可见(customer+owner)
This commit is contained in:
parent
c008056184
commit
7d5c7bb798
@ -38,13 +38,6 @@
|
||||
"url": "{{entire_url('/dashboard_for_sage/api_doc.ui')}}",
|
||||
"target": "app.sage_main_content"
|
||||
}
|
||||
,{
|
||||
"name": "apikey_manage",
|
||||
"label": "API Key管理",
|
||||
"icon": "{{entire_url('/imgs/key.svg')}}",
|
||||
"url": "{{entire_url('/dapi/downapp/')}}",
|
||||
"target": "app.sage_main_content"
|
||||
}
|
||||
{% if is_customer_admin %}
|
||||
,{
|
||||
"name": "users",
|
||||
@ -381,6 +374,13 @@
|
||||
]
|
||||
}
|
||||
{% endif %}
|
||||
,{
|
||||
"name": "apikey_manage",
|
||||
"label": "API Key管理",
|
||||
"icon": "{{entire_url('/imgs/key.svg')}}",
|
||||
"url": "{{entire_url('/dapi/downapp/')}}",
|
||||
"target": "app.sage_main_content"
|
||||
}
|
||||
],
|
||||
"menuitem_css": "menuitem"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user