From e967b16bd4517f98a8e9306a4c6092e2dea6a567 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 14 Aug 2018 09:09:07 +0800 Subject: [PATCH] 固定网格 --- src/assets/app-data.json | 80 ++++++++++++--------------------------- 1 files changed, 25 insertions(+), 55 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 6620609..a78b4a5 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -20,74 +20,54 @@ "link": "/home-page" }, { + "text": "������������", + "icon": "icon-support", + "link": "/grid-trace" + }, + { "text": "������������", "icon": "icon-pie-chart", - "children": [ - { - "text": "������", - "link": "/" - } - , - { - "text": "������", - "link": "/" - } - , - { - "text": "������������", - "link": "/" - } - ] + "link": "/forecasting-warning" }, { "text": "������������", "icon": "icon-directions", - "children": [ - { - "text": "������������", - "link": "/" - } - , - { - "text": "������", - "link": "/" - } - ] + "link": "/environment/management" }, { "text": "������������", "icon": "icon-chemistry", - "link": "/" + "link": "/pollution/management" }, { "text": "������������������", + "group": true, "icon": "icon-puzzle", "children": [ { - "text": "gis������", - "link": "/" + "text": "GIS������", + "link": "/enterprise-management/gis-show" } , { "text": "������������", - "link": "/" - } - , - { - "text": "������������", - "link": "/" + "link": "/enterprise-management/enterprise-data" } ] }, { "text": "������������", "icon": "icon-note", - "link": "/" - }, - { - "text": "������������", - "icon": "icon-support", - "link": "/" + "children": [{ + "text": "������������", + "link": "/statistics/analysis" + }, { + "text": "������������", + "link": "/statistics/calendar" + }, { + "text": "������������������", + "link": "/reports/query2" + }] }, { "text": "������������", @@ -95,29 +75,19 @@ "children": [ { "text": "������������", - "link": "/" + "link": "/operation/data-audit" } , { "text": "������������", - "link": "/" + "link": "/operation/device-controller" } , { "text": "������������", - "link": "/" + "link": "/operation/device-maintenance" } ] - }, - { - "text": "������������", - "icon": "icon-flag", - "link": "/" - }, - { - "text": "������������", - "icon": "icon-people", - "link": "/" } ] } -- Gitblit v1.8.0