From 43f2601b8a5706a029f333204f7f52f153d61dfe Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 08 Mar 2018 09:22:20 +0800 Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop --- src/assets/app-data.json | 97 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 97 insertions(+), 0 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json new file mode 100644 index 0000000..76b2b22 --- /dev/null +++ b/src/assets/app-data.json @@ -0,0 +1,97 @@ +{ + "app": { + "name": "������������������������", + "description": "������������������������������������������" + }, + "user": { + "name": "Admin", + "avatar": "./assets/img/zorro.svg", + "email": "admin@qq.com" + }, + "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-graph", + "children": [ + { + "text": "������������", + "link": "/analysis/query" + } + ] + }, { + "text": "������������", + "icon": "icon-chart", + "children": [ + { + "text": "���������������", + "link": "/reports/demo" + }, + { + "text": "Excel������", + "link": "/reports/excel" + } + ] + }, { + "text": "������������", + "icon": "icon-settings", + "children": [ + { + "text": "������������", + "link": "/systems/account" + }, + { + "text": "������������", + "link": "/systems/organization" + } + ] + } + ] + + + } + + + ] +} -- Gitblit v1.8.0