From ddb40fafd26cee98f06da976ada1144697664dfd Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Sat, 24 Feb 2018 11:46:40 +0800
Subject: [PATCH] Copyright
---
src/assets/app-data.json | 27 ++++++++++++++++++++-------
1 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 8bfea96..d6cbdf9 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -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