From a73dea1555a2c4f9688d344a07cbc79c1b9e058c Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Sat, 24 Feb 2018 11:45:17 +0800
Subject: [PATCH] 添加 coockie
---
src/assets/app-data.json | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 3a0906f..d6cbdf9 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -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