From 37942aefeb8986a97c0310a9fe3fe2d613519dab Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 31 Jul 2018 14:47:41 +0800
Subject: [PATCH] 风速单位调整
---
src/assets/app-data.json | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 874920b..3e82812 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -72,7 +72,7 @@
{
"text": "������������",
"icon": "icon-support",
- "link": "/"
+ "link": "/grid-trace"
},
{
"text": "������������",
@@ -80,29 +80,29 @@
"children": [
{
"text": "������������",
- "link": "/reports/query"
+ "link": "/operation/data-audit"
}
,
{
"text": "������������",
- "link": "/"
+ "link": "/operation/device-status"
}
,
{
"text": "������������",
- "link": "/"
+ "link": "/operation/device-maintenance"
}
]
},
{
"text": "������������",
"icon": "icon-flag",
- "link": "/"
+ "link": "/sand-table"
},
{
"text": "������������",
"icon": "icon-people",
- "link": "/"
+ "link": "/raise-dust"
}
]
}
--
Gitblit v1.8.0