From e2750980d182c135384dd3b691b2d28e297b7145 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 31 Jul 2018 14:48:43 +0800
Subject: [PATCH] 扬尘监控 菜单 调整

---
 src/assets/app-data.json |   76 ++++++++++++++++++--------------------
 1 files changed, 36 insertions(+), 40 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 6620609..9b83d2c 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -22,72 +22,57 @@
             {
               "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": "/"
+                  "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,40 @@
               "children": [
             {
                   "text": "������������",
-                  "link": "/"
+                  "link": "/operation/data-audit"
                 }
                 ,
                 {
                   "text": "������������",
-                  "link": "/"
+                  "link": "/operation/device-status"
                 }
                 ,
                 {
                   "text": "������������",
-                  "link": "/"
+                  "link": "/operation/device-maintenance"
                 }
           ]
             },
             {
               "text": "������������",
               "icon": "icon-flag",
-              "link": "/"
+              "children":[
+                {
+                  "text": "���������������������",
+                  "link": "/raise-dust/real-time"
+                },{
+                  "text": "���������������������",
+                  "link": "/raise-dust/statistical-query"
+                },{
+                  "text": "������������",
+                  "link": "/raise-dust/image-grabbing"
+                }
+              ]
             },
             {
               "text": "������������",
               "icon": "icon-people",
-              "link": "/"
+              "link": "/sand-table"
             }
           ]
         }

--
Gitblit v1.8.0