From dff0dd2723ca809c7f1cbbde550e387981cdc673 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Wed, 28 Feb 2018 11:45:33 +0800
Subject: [PATCH] 登录页面修复

---
 src/assets/app-data.json |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 8bfea96..4e0c959 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -1,12 +1,12 @@
 {
     "app": {
-        "name": "Alain",
-        "description": "Ng-zorro admin panel front-end framework"
+        "name": "������������������������",
+        "description": "������������������������������������������"
     },
     "user": {
         "name": "Admin",
         "avatar": "./assets/img/zorro.svg",
-        "email": "cipchk@qq.com"
+        "email": "admin@qq.com"
     },
     "menu": [{
             "text": "���������",
@@ -40,12 +40,11 @@
                 "children": []
             }]
         }, {
-            "text": "������������",
-            "link": "/",
+            "text": "������������",
             "group": true,
             "children": [{
                 "text": "������������",
-                "link": "/",
+                "link": "/users",
                 "icon": "icon-user",
                 "children": [{
                   "text": "������������",
@@ -56,10 +55,10 @@
                 }]
               }, {
                 "text": "������������",
-                "link": "/",
+                "link": "/devices",
                 "icon": "icon-grid",
                 "children": [{
-                  "text": "������������",
+                  "text": "������������",
                   "link": "/devices/basic"
                 }, {
                   "text": "������������",
@@ -70,7 +69,7 @@
                 }]
               }, {
                 "text": "���������������",
-                "link": "/",
+                "link": "/sensors",
                 "icon": "icon-note",
                 "children": [{
                   "text": "������������",
@@ -78,7 +77,7 @@
                 }]
               }, {
                 "text": "������������",
-                "link": "/",
+                "link": "/systems",
                 "icon": "icon-note",
                 "children": [
                   {
@@ -90,6 +89,20 @@
                     "link": "/systems/organization"
                     }
                 ]
+              }, {
+                "text": "������������",
+                "link": "/reports",
+                "icon": "icon-note",
+                "children": [
+                  {
+                  "text": "���������������",
+                  "link": "/reports/demo"
+                  },
+                  {
+                  "text": "Excel������",
+                  "link": "/reports/excel"
+                  }
+                ]
               }
 
             ]

--
Gitblit v1.8.0