From b9bea44cf5af2ebf17157c46c43a48475d9abfec Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 01 Aug 2018 09:07:42 +0800
Subject: [PATCH] 菜单更新

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

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 874920b..3db3bb1 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -48,11 +48,6 @@
                   "text": "������������",
                   "link": "/enterprise-management/enterprise-data"
                 }
-                ,
-                {
-                  "text": "������������",
-                  "link": "/enterprise-management/standard-alarm"
-                }
                ]
             },
             {
@@ -72,7 +67,7 @@
             {
               "text": "������������",
               "icon": "icon-support",
-              "link": "/"
+              "link": "/grid-trace"
             },
             {
               "text": "������������",
@@ -80,29 +75,40 @@
               "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": "/"
+              "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