diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 52194b5..63b1b60 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -5,17 +5,17 @@ "items": [ { "name": "dashboard_config", - "label": "仪表板配置", + "label": "dashboard_config", "url": "{{entire_url('/unified_dashboard/dashboard_config')}}" }, { "name": "report_template", - "label": "报表模板", + "label": "report_template", "url": "{{entire_url('/unified_dashboard/report_template')}}" }, { "name": "user_dashboard", - "label": "用户仪表板", + "label": "user_dashboard", "url": "{{entire_url('/unified_dashboard/user_dashboard')}}" } ]