From e967b16bd4517f98a8e9306a4c6092e2dea6a567 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 14 Aug 2018 09:09:07 +0800
Subject: [PATCH] 固定网格

---
 src/assets/app-data.json |   38 ++++++--------------------------------
 1 files changed, 6 insertions(+), 32 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 9b83d2c..a78b4a5 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -20,6 +20,11 @@
               "link": "/home-page"
             },
             {
+              "text": "������������",
+              "icon": "icon-support",
+              "link": "/grid-trace"
+            },
+            {
               "text": "������������",
               "icon": "icon-pie-chart",
               "link": "/forecasting-warning"
@@ -48,11 +53,6 @@
                   "text": "������������",
                   "link": "/enterprise-management/enterprise-data"
                 }
-                ,
-                {
-                  "text": "������������",
-                  "link": "/enterprise-management/standard-alarm"
-                }
                ]
             },
             {
@@ -70,11 +70,6 @@
                 }]
             },
             {
-              "text": "������������",
-              "icon": "icon-support",
-              "link": "/grid-trace"
-            },
-            {
               "text": "������������",
               "icon": "icon-wrench",
               "children": [
@@ -85,7 +80,7 @@
                 ,
                 {
                   "text": "������������",
-                  "link": "/operation/device-status"
+                  "link": "/operation/device-controller"
                 }
                 ,
                 {
@@ -93,27 +88,6 @@
                   "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"
             }
           ]
         }

--
Gitblit v1.8.0