From 87b5c6927ee0f377d9fc0bcc0f9d1ea6b969ffe6 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 06 Jun 2018 15:12:59 +0800 Subject: [PATCH] 解决超时弹窗反复弹出 --- src/assets/app-data.json | 74 ++++++++++++++++++------------------ 1 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 3a0906f..584e5e2 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -1,50 +1,28 @@ { "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": "���������", "translate": "main_navigation", "group": true, "children": [{ - "text": "���������", - "link": "/dashboard", + "text": "���������", + "link": "/dashboard/workplace", "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": [] + "translate": "dashboard_workplace" }] }, { - "text": "������������", + "text": "������������", "group": true, "children": [{ "text": "������������", - "link": "/users", "icon": "icon-user", "children": [{ "text": "������������", @@ -55,30 +33,48 @@ }] }, { "text": "������������", - "link": "/devices", "icon": "icon-grid", "children": [{ - "text": "������������", + "text": "������������", "link": "/devices/basic" }, { "text": "������������", "link": "/devices/version" }, { - "text": "���������������", + "text": "������������������", "link": "/devices/monitor-point" }] }, { "text": "���������������", - "link": "/sensors", "icon": "icon-note", "children": [{ "text": "������������", "link": "/sensors/basic" }] + },{ + "text": "������������", + "icon": "icon-chart", + "children": [ + { + "text": "������������", + "link": "/reports/query" + }, + { + "text": "������������", + "link": "/reports/demo" + }, + { + "text": "������������", + "link": "/reports/alarm" + }, + { + "text": "������������", + "link": "/reports/excel" + } + ] }, { "text": "������������", - "link": "/systems", - "icon": "icon-note", + "icon": "icon-settings", "children": [ { "text": "������������", @@ -87,10 +83,14 @@ { "text": "������������", "link": "/systems/organization" - } + }, + { + "text": "���������������", + "link": "/systems/registration", + "hide": true + } ] } - ] -- Gitblit v1.8.0