From 18df46f1bbdf5f3aa29aedb828ae2bc9d33e0f90 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 02 Feb 2018 11:22:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop
---
src/assets/app-data.json | 161 +++++++++++++++++++++++++++++++++--------------------
1 files changed, 99 insertions(+), 62 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index e370228..3a0906f 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -1,64 +1,101 @@
{
- "app": {
- "name": "������������",
- "description": "���������������������������������"
-},
- "user": {
- "name": "���������",
- "avatar": "./assets/img/zorro.svg",
- "email": "23420800@qq.com"
-},
- "menu": [{
- "text": "������������",
- "translate": "main_navigation",
- "group": true,
- "children": [{
- "text": "������",
- "translate": "home",
- "link": "/dashboard",
- "icon": "icon-cup"
- }, {
- "text": "������������",
- "translate": "user_management",
- "link": "/",
- "icon": "icon-user",
- "children": [{
- "text": "������������",
- "link": "/users/installer",
- "translate": "user_management_install"
- }, {
- "text": "������������",
- "link": "/users/receiver",
- "translate": "user_management_receive"
- }]
- }, {
- "text": "������������",
- "translate": "device_management",
- "link": "/",
- "icon": "icon-grid",
- "children": [{
- "text": "������������",
- "link": "/devices/basic",
- "translate": "device_management_info"
- }, {
- "text": "������������",
- "link": "/devices/version",
- "translate": "device_management_version"
- }, {
- "text": "���������������",
- "link": "/devices/monitor-point",
- "translate": "device_management_point"
- }]
- }, {
- "text": "���������������",
- "translate": "sensor_management",
- "link": "/",
- "icon": "icon-note",
- "children": [{
- "text": "������������",
- "link": "/sensors/basic",
- "translate": "device_management_info"
- }]
- }]
-}]
+ "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": "������������",
+ "group": true,
+ "children": [{
+ "text": "������������",
+ "link": "/users",
+ "icon": "icon-user",
+ "children": [{
+ "text": "������������",
+ "link": "/users/installer"
+ }, {
+ "text": "������������",
+ "link": "/users/alarm-user"
+ }]
+ }, {
+ "text": "������������",
+ "link": "/devices",
+ "icon": "icon-grid",
+ "children": [{
+ "text": "������������",
+ "link": "/devices/basic"
+ }, {
+ "text": "������������",
+ "link": "/devices/version"
+ }, {
+ "text": "���������������",
+ "link": "/devices/monitor-point"
+ }]
+ }, {
+ "text": "���������������",
+ "link": "/sensors",
+ "icon": "icon-note",
+ "children": [{
+ "text": "������������",
+ "link": "/sensors/basic"
+ }]
+ }, {
+ "text": "������������",
+ "link": "/systems",
+ "icon": "icon-note",
+ "children": [
+ {
+ "text": "������������",
+ "link": "/systems/account"
+ },
+ {
+ "text": "������������",
+ "link": "/systems/organization"
+ }
+ ]
+ }
+
+ ]
+
+
+ }
+
+
+ ]
}
--
Gitblit v1.8.0