From 7b3aa6c1a9c399e318d24494a30099bbb18cb97b Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 13 Aug 2018 16:37:35 +0800
Subject: [PATCH] 地图默认打开网格

---
 src/assets/app-data.json |   73 ++++++++----------------------------
 1 files changed, 17 insertions(+), 56 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 519303e..a78b4a5 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -20,39 +20,19 @@
               "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": "������������",
@@ -61,21 +41,17 @@
             },
             {
               "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"
                 }
                ]
             },
@@ -84,19 +60,14 @@
               "icon": "icon-note",
                 "children": [{
                         "text": "������������",
-                        "link": "/"
+                        "link": "/statistics/analysis"
                 }, {
                         "text": "������������",
-                        "link": "/"
+                        "link": "/statistics/calendar"
                 }, {
                         "text": "������������������",
-                        "link": "/"
+                        "link": "/reports/query2"
                 }]
-            },
-            {
-              "text": "������������",
-              "icon": "icon-support",
-              "link": "/"
             },
             {
               "text": "������������",
@@ -104,29 +75,19 @@
               "children": [
             {
                   "text": "������������",
-                  "link": "/reports/query"
+                  "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