From 9efee40ffd77ea4ab045c61e4bdd9eb58be82ec5 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Fri, 20 Apr 2018 16:15:49 +0800
Subject: [PATCH] test

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

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 76b2b22..47fe7ec 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -51,25 +51,24 @@
                   "text": "������������",
                   "link": "/sensors/basic"
                 }]
-              }, {
-                "text": "������������",
-                "icon": "icon-graph",
-                "children": [
-                  {
-                  "text": "������������",
-                  "link": "/analysis/query"
-                  }
-                ]
-              }, {
+              },{
                 "text": "������������",
                 "icon": "icon-chart",
                 "children": [
                   {
-                  "text": "���������������",
+                  "text": "������������",
+                  "link": "/reports/query"
+                  },
+                  {
+                  "text": "������������",
                   "link": "/reports/demo"
                   },
                   {
-                  "text": "Excel������",
+                  "text": "������������",
+                  "link": "/reports/alarm"
+                  },
+                  {
+                  "text": "������������",
                   "link": "/reports/excel"
                   }
                 ]
@@ -84,7 +83,12 @@
                   {
                     "text": "������������",
                     "link": "/systems/organization"
-                    }
+                    },
+	                {
+		                "text": "���������������",
+		                "link": "/systems/registration",
+		                "hide": true
+	                }
                 ]
               }
             ]

--
Gitblit v1.8.0