From 09e95982e57f1a26be4249d11091a935544df684 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 16 Jan 2018 16:57:25 +0800
Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop
---
src/assets/app-data.json | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 102 insertions(+), 0 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
new file mode 100644
index 0000000..8bfea96
--- /dev/null
+++ b/src/assets/app-data.json
@@ -0,0 +1,102 @@
+{
+ "app": {
+ "name": "Alain",
+ "description": "Ng-zorro admin panel front-end framework"
+ },
+ "user": {
+ "name": "Admin",
+ "avatar": "./assets/img/zorro.svg",
+ "email": "cipchk@qq.com"
+ },
+ "menu": [{
+ "text": "���������",
+ "translate": "main_navigation",
+ "group": true,
+ "children": [{
+ "text": "���������",
+ "link": "/dashboard",
+ "icon": "icon-speedometer",
+ "children": [{
+ "text": "���������V1",
+ "link": "/dashboard/v1",
+ "translate": "dashboard_v1"
+ }, {
+ "text": "���������",
+ "link": "/dashboard/analysis"
+ }, {
+ "text": "Monitor",
+ "link": "/dashboard/monitor",
+ "translate": "dashboard_monitor"
+ }, {
+ "text": "Workplace",
+ "link": "/dashboard/workplace",
+ "translate": "dashboard_workplace"
+ }]
+ }, {
+ "text": "������������",
+ "translate": "shortcut",
+ "icon": "icon-rocket",
+ "shortcut_root": true,
+ "children": []
+ }]
+ }, {
+ "text": "������������",
+ "link": "/",
+ "group": true,
+ "children": [{
+ "text": "������������",
+ "link": "/",
+ "icon": "icon-user",
+ "children": [{
+ "text": "������������",
+ "link": "/users/installer"
+ }, {
+ "text": "������������",
+ "link": "/users/alarm-user"
+ }]
+ }, {
+ "text": "������������",
+ "link": "/",
+ "icon": "icon-grid",
+ "children": [{
+ "text": "������������",
+ "link": "/devices/basic"
+ }, {
+ "text": "������������",
+ "link": "/devices/version"
+ }, {
+ "text": "���������������",
+ "link": "/devices/monitor-point"
+ }]
+ }, {
+ "text": "���������������",
+ "link": "/",
+ "icon": "icon-note",
+ "children": [{
+ "text": "������������",
+ "link": "/sensors/basic"
+ }]
+ }, {
+ "text": "������������",
+ "link": "/",
+ "icon": "icon-note",
+ "children": [
+ {
+ "text": "������������",
+ "link": "/systems/account"
+ },
+ {
+ "text": "������������",
+ "link": "/systems/organization"
+ }
+ ]
+ }
+
+ ]
+
+
+ }
+
+
+ ]
+}
--
Gitblit v1.8.0