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 |   85 ++++++++++++++++++------------------------
 1 files changed, 37 insertions(+), 48 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 9b83d2c..f9f17fd 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -20,14 +20,34 @@
               "link": "/home-page"
             },
             {
+              "text": "������������",
+              "icon": "icon-support",
+              "link": "/grid-trace"
+            },
+            {
               "text": "������������",
               "icon": "icon-pie-chart",
               "link": "/forecasting-warning"
             },
             {
               "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": "������������",
@@ -48,11 +68,6 @@
                   "text": "������������",
                   "link": "/enterprise-management/enterprise-data"
                 }
-                ,
-                {
-                  "text": "������������",
-                  "link": "/enterprise-management/standard-alarm"
-                }
                ]
             },
             {
@@ -70,50 +85,24 @@
                 }]
             },
             {
-              "text": "������������",
-              "icon": "icon-support",
-              "link": "/grid-trace"
-            },
-            {
               "text": "������������",
               "icon": "icon-wrench",
               "children": [
-            {
-                  "text": "������������",
-                  "link": "/operation/data-audit"
-                }
-                ,
-                {
-                  "text": "������������",
-                  "link": "/operation/device-status"
-                }
-                ,
-                {
-                  "text": "������������",
-                  "link": "/operation/device-maintenance"
-                }
-          ]
-            },
-            {
-              "text": "������������",
-              "icon": "icon-flag",
-              "children":[
-                {
-                  "text": "���������������������",
-                  "link": "/raise-dust/real-time"
-                },{
-                  "text": "���������������������",
-                  "link": "/raise-dust/statistical-query"
-                },{
-                  "text": "������������",
-                  "link": "/raise-dust/image-grabbing"
-                }
-              ]
-            },
-            {
-              "text": "������������",
-              "icon": "icon-people",
-              "link": "/sand-table"
+                  {
+                    "text": "������������",
+                    "link": "/operation/data-audit"
+                  }
+                  ,
+                  {
+                    "text": "������������",
+                    "link": "/operation/device-controller"
+                  }
+                  ,
+                  {
+                    "text": "������������",
+                    "link": "/operation/device-maintenance"
+                  }
+               ]
             }
           ]
         }

--
Gitblit v1.8.0