From f722a5bff25a5b365b33052f3a59322a7021168d Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Wed, 28 Feb 2018 11:42:37 +0800
Subject: [PATCH] 账户登出功能
---
src/assets/app-data.json | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 2d63f19..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": "���������",
@@ -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