From 8bfb8339c89142ca8800efad509b69c1f9ffca2a Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Wed, 28 Feb 2018 13:46:41 +0800
Subject: [PATCH] debug
---
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