From 769d84e98ce50ed168d26d2f6b82177b9c786685 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 14 Aug 2018 13:26:45 +0800 Subject: [PATCH] 菜单更新 --- src/assets/app-data.json | 51 +++++++++++++++++++++++++++++++++------------------ 1 files changed, 33 insertions(+), 18 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index a78b4a5..f9f17fd 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -20,7 +20,7 @@ "link": "/home-page" }, { - "text": "������������", + "text": "������������", "icon": "icon-support", "link": "/grid-trace" }, @@ -31,8 +31,23 @@ }, { "text": "������������", - "icon": "icon-directions", - "link": "/environment/management" + "icon": "icon-wrench", + "children": [ + { + "text": "������������", + "link": "/operation/data-audit" + } + , + { + "text": "������������", + "link": "/operation/device-controller" + } + , + { + "text": "������������", + "link": "/operation/device-maintenance" + } + ] }, { "text": "������������", @@ -73,21 +88,21 @@ "text": "������������", "icon": "icon-wrench", "children": [ - { - "text": "������������", - "link": "/operation/data-audit" - } - , - { - "text": "������������", - "link": "/operation/device-controller" - } - , - { - "text": "������������", - "link": "/operation/device-maintenance" - } - ] + { + "text": "������������", + "link": "/operation/data-audit" + } + , + { + "text": "������������", + "link": "/operation/device-controller" + } + , + { + "text": "������������", + "link": "/operation/device-maintenance" + } + ] } ] } -- Gitblit v1.8.0