From 96649f201272835e803fd5e48bf76fe42eb21c05 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 04 Jun 2018 13:11:12 +0800
Subject: [PATCH] 默认未登录消息设置
---
src/assets/app-data.json | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 30c85ad..584e5e2 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -41,7 +41,7 @@
"text": "������������",
"link": "/devices/version"
}, {
- "text": "���������������",
+ "text": "������������������",
"link": "/devices/monitor-point"
}]
}, {
@@ -60,11 +60,15 @@
"link": "/reports/query"
},
{
- "text": "���������������",
+ "text": "������������",
"link": "/reports/demo"
},
{
- "text": "Excel������",
+ "text": "������������",
+ "link": "/reports/alarm"
+ },
+ {
+ "text": "������������",
"link": "/reports/excel"
}
]
@@ -79,7 +83,12 @@
{
"text": "������������",
"link": "/systems/organization"
- }
+ },
+ {
+ "text": "���������������",
+ "link": "/systems/registration",
+ "hide": true
+ }
]
}
]
--
Gitblit v1.8.0