From be303f4e6ebb0e679c44aaed628476401fc905d0 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 02 Mar 2018 14:30:32 +0800
Subject: [PATCH] debug

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

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 8bfea96..b19eb23 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,10 @@
                 "children": []
             }]
         }, {
-            "text": "������������",
-            "link": "/",
+            "text": "������������",
             "group": true,
             "children": [{
                 "text": "������������",
-                "link": "/",
                 "icon": "icon-user",
                 "children": [{
                   "text": "������������",
@@ -56,10 +54,9 @@
                 }]
               }, {
                 "text": "������������",
-                "link": "/",
                 "icon": "icon-grid",
                 "children": [{
-                  "text": "������������",
+                  "text": "������������",
                   "link": "/devices/basic"
                 }, {
                   "text": "������������",
@@ -70,7 +67,6 @@
                 }]
               }, {
                 "text": "���������������",
-                "link": "/",
                 "icon": "icon-note",
                 "children": [{
                   "text": "������������",
@@ -78,7 +74,6 @@
                 }]
               }, {
                 "text": "������������",
-                "link": "/",
                 "icon": "icon-note",
                 "children": [
                   {
@@ -90,6 +85,19 @@
                     "link": "/systems/organization"
                     }
                 ]
+              }, {
+                "text": "������������",
+                "icon": "icon-note",
+                "children": [
+                  {
+                  "text": "���������������",
+                  "link": "/reports/demo"
+                  },
+                  {
+                  "text": "Excel������",
+                  "link": "/reports/excel"
+                  }
+                ]
               }
 
             ]

--
Gitblit v1.8.0