From 1dfc8bc300a6ae0822514ddf2e1399d4762fa1b1 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Thu, 12 Jul 2018 14:01:00 +0800 Subject: [PATCH] updates --- src/assets/app-data.json | 196 +++++++++++++++++++++--------------------------- 1 files changed, 86 insertions(+), 110 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 6620609..584e5e2 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -1,125 +1,101 @@ { "app": { "name": "������������������������", - "description": "������������������������" + "description": "������������������������������������������" }, "user": { "name": "Admin", "avatar": "./assets/img/zorro.svg", "email": "admin@qq.com" }, - "menu": [ - { - "text": "������������", - "group": true, - "hideInBreadcrumb": true, - "children": [ - { - "text": "������������", - "icon": "icon-speedometer", - "link": "/home-page" - }, - { - "text": "������������", - "icon": "icon-pie-chart", - "children": [ + "menu": [{ + "text": "���������", + "translate": "main_navigation", + "group": true, + "children": [{ + "text": "���������", + "link": "/dashboard/workplace", + "icon": "icon-speedometer", + "translate": "dashboard_workplace" + }] + }, { + "text": "������������", + "group": true, + "children": [{ + "text": "������������", + "icon": "icon-user", + "children": [{ + "text": "������������", + "link": "/users/installer" + }, { + "text": "������������", + "link": "/users/alarm-user" + }] + }, { + "text": "������������", + "icon": "icon-grid", + "children": [{ + "text": "������������", + "link": "/devices/basic" + }, { + "text": "������������", + "link": "/devices/version" + }, { + "text": "������������������", + "link": "/devices/monitor-point" + }] + }, { + "text": "���������������", + "icon": "icon-note", + "children": [{ + "text": "������������", + "link": "/sensors/basic" + }] + },{ + "text": "������������", + "icon": "icon-chart", + "children": [ { - "text": "������", - "link": "/" - } - , + "text": "������������", + "link": "/reports/query" + }, { - "text": "������", - "link": "/" - } - , + "text": "������������", + "link": "/reports/demo" + }, { - "text": "������������", - "link": "/" + "text": "������������", + "link": "/reports/alarm" + }, + { + "text": "������������", + "link": "/reports/excel" } - ] - }, - { - "text": "������������", - "icon": "icon-directions", - "children": [ - { - "text": "������������", - "link": "/" - } - , - { - "text": "������", - "link": "/" - } - ] - }, - { - "text": "������������", - "icon": "icon-chemistry", - "link": "/" - }, - { - "text": "������������������", - "icon": "icon-puzzle", - "children": [ - { - "text": "gis������", - "link": "/" - } - , - { - "text": "������������", - "link": "/" - } - , - { - "text": "������������", - "link": "/" - } - ] - }, - { - "text": "������������", - "icon": "icon-note", - "link": "/" - }, - { - "text": "������������", - "icon": "icon-support", - "link": "/" - }, - { - "text": "������������", - "icon": "icon-wrench", - "children": [ - { - "text": "������������", - "link": "/" - } - , - { - "text": "������������", - "link": "/" - } - , - { - "text": "������������", - "link": "/" - } - ] - }, - { - "text": "������������", - "icon": "icon-flag", - "link": "/" - }, - { - "text": "������������", - "icon": "icon-people", - "link": "/" - } - ] + ] + }, { + "text": "������������", + "icon": "icon-settings", + "children": [ + { + "text": "������������", + "link": "/systems/account" + }, + { + "text": "������������", + "link": "/systems/organization" + }, + { + "text": "���������������", + "link": "/systems/registration", + "hide": true + } + ] + } + ] + + } - ] + + + ] } -- Gitblit v1.8.0