diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index d5187be..f3e1d50 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -9,8 +9,28 @@ "name":"home", "label":"主页", "url":"{{entire_url('public')}}" + }, + { + "name":"upapp", + "label":"上位系统", + "items":[ + { + "name":"apikey", + "label":"我的apikey", + "url":"{{entire_url('/uapi/iupappkey')}}" + }, + { + "name":"apiset", + "label":"接口集", + "url":"{{entire_url('/uapi/uapiset')}}" + }, + { + "name":"upapp", + "label":"上位系统", + "url":"{{entire_url('/uapi/upapp')}}" + } + ] } - {% if 'customer.customer' in roles %} , {