From efa7b6d79650d2f6813071b49f02ccce94c03f86 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Fri, 20 Jul 2018 16:18:10 +0800
Subject: [PATCH] 图例 高度调整

---
 src/assets/app-data.json |   63 ++++++++++++-------------------
 1 files changed, 24 insertions(+), 39 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index e9f980c..3e82812 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -22,37 +22,12 @@
             {
               "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": "������������",
@@ -61,33 +36,43 @@
             },
             {
               "text": "������������������",
+              "group": true,
               "icon": "icon-puzzle",
                "children": [
                 {
-                  "text": "gis������",
-                  "link": "/"
+                  "text": "GIS������",
+                  "link": "/enterprise-management/gis-show"
                 }
                 ,
                 {
                   "text": "������������",
-                  "link": "/"
+                  "link": "/enterprise-management/enterprise-data"
                 }
                 ,
                 {
                   "text": "������������",
-                  "link": "/"
+                  "link": "/enterprise-management/standard-alarm"
                 }
                ]
             },
             {
               "text": "������������",
               "icon": "icon-note",
-              "link": "/"
+                "children": [{
+                        "text": "������������",
+                        "link": "/statistics/analysis"
+                }, {
+                        "text": "������������",
+                        "link": "/statistics/calendar"
+                }, {
+                        "text": "������������������",
+                        "link": "/reports/query2"
+                }]
             },
             {
-              "text": "������������",
+              "text": "������������",
               "icon": "icon-support",
-              "link": "/"
+              "link": "/grid-trace"
             },
             {
               "text": "������������",
@@ -95,29 +80,29 @@
               "children": [
             {
                   "text": "������������",
-                  "link": "/reports/query"
+                  "link": "/operation/data-audit"
                 }
                 ,
                 {
                   "text": "������������",
-                  "link": "/"
+                  "link": "/operation/device-status"
                 }
                 ,
                 {
                   "text": "������������",
-                  "link": "/"
+                  "link": "/operation/device-maintenance"
                 }
           ]
             },
             {
               "text": "������������",
               "icon": "icon-flag",
-              "link": "/"
+              "link": "/sand-table"
             },
             {
               "text": "������������",
               "icon": "icon-people",
-              "link": "/"
+              "link": "/raise-dust"
             }
           ]
         }

--
Gitblit v1.8.0