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 |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 3a0906f..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,7 +40,7 @@
                 "children": []
             }]
         }, {
-            "text": "������������",
+            "text": "������������",
             "group": true,
             "children": [{
                 "text": "������������",
@@ -58,7 +58,7 @@
                 "link": "/devices",
                 "icon": "icon-grid",
                 "children": [{
-                  "text": "������������",
+                  "text": "������������",
                   "link": "/devices/basic"
                 }, {
                   "text": "������������",
@@ -89,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