From 709c250c349faaec675f13227363e4f54793539b Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 06 八月 2020 15:40:27 +0800
Subject: [PATCH] build: 添加app分类脚本
---
src/pages/desktop/index/mock/userData.json | 50 +++++++++++++++++++++++++++++++-------------------
1 files changed, 31 insertions(+), 19 deletions(-)
diff --git a/src/pages/desktop/index/mock/userData.json b/src/pages/desktop/index/mock/userData.json
index 528e319..fee5e06 100644
--- a/src/pages/desktop/index/mock/userData.json
+++ b/src/pages/desktop/index/mock/userData.json
@@ -5,121 +5,133 @@
"docks": [
{
"id": "5",
+ "name": "gb28181",
"src": "../../images/app-mid/GB-config.png",
"alt": "GB28181閰嶇疆",
"type": "2",
"url": "/view/gb28181",
- "name": "GB28181閰嶇疆"
+ "title": "GB28181閰嶇疆",
+ "width": 600,
+ "height": 900
},
{
"id": "12",
+ "name": "cameraVideo",
"src": "../../images/app-mid/monitor.png",
"alt": "瀹炴椂鐩戞帶",
"type": "2",
"url": "/view/cameraVideo",
- "name": "瀹炴椂鐩戞帶",
+ "title": "瀹炴椂鐩戞帶",
"width": 1528,
"height": 915
},
{
"id": "9",
- "src": "../../images/app-mid/algorithm-manage.png",
- "alt": "绠楁硶绠$悊",
+ "name": "algorithmManage",
+ "src": "../../images/app-mid/algorithm-store.png",
+ "alt": "搴旂敤涓績",
"type": "2",
- "url": "/view/algorithmManage",
- "name": "绠楁硶绠$悊",
+ "url": "/view/ai",
+ "title": "搴旂敤涓績",
"width": 1528,
"height": 915
},
{
"id": "1",
+ "name": "cameraAccess",
"src": "../../images/app-mid/camera-access.png",
"alt": "camera-access",
"type": "2",
"url": "/view/cameraAccess",
- "name": "鎽勫儚鏈洪厤缃�",
+ "title": "鎽勫儚鏈洪厤缃�",
"width": 1876,
"height": 900
},
{
"id": "2",
+ "name": "dataStack",
"src": "../../images/app-mid/datastack-config.png",
"alt": "datastack-config",
"type": "2",
"url": "/view/cameraAccess?dataStack=1",
- "name": "鏁版嵁鏍堥厤缃�",
+ "title": "鏁版嵁鏍堥厤缃�",
"width": 1876,
"height": 750
},
-
{
"id": "4",
+ "name": "datapush",
"src": "../../images/app-mid/data-push.png",
"alt": "data-push",
"type": "2",
"url": "/view/datapush",
- "name": "鏁版嵁鎺ㄩ��"
+ "title": "鏁版嵁鎺ㄩ��"
},
{
"id": "7",
+ "name": "library",
"src": "../../images/app-mid/library.png",
"alt": "姣斿搴撶鐞�",
"type": "2",
"url": "/view/library",
- "name": "姣斿搴撶鐞�",
+ "title": "姣斿搴撶鐞�",
"width": 1542,
"height": 800
},
-
{
"id": "11",
+ "name": "analysisPower",
"src": "../../images/app-mid/hashrate-manage.png",
"alt": "绠楀姏绠$悊",
"type": "2",
"url": "/view/analysisPower",
- "name": "绠楀姏绠$悊",
+ "title": "绠楀姏绠$悊",
"width": 1720,
"height": 800
},
{
"id": "13",
+ "name": "search",
"src": "../../images/app-mid/search.png",
"alt": "缁熻鏌ヨ",
"type": "2",
"url": "/view/search",
- "name": "缁熻鏌ヨ",
+ "title": "缁熻鏌ヨ",
"width": 1663,
"height": 890
},
-
{
"id": "15",
+ "name": "syslog",
"src": "../../images/app-mid/log-manage.png",
"alt": "鏃ュ織绠$悊",
"type": "2",
"url": "/view/syslog",
- "name": "鏃ュ織绠$悊",
+ "title": "鏃ュ織绠$悊",
"width": 1246,
"height": 590
},
-
{
"id": "17",
+ "name": "settings",
"src": "../../images/app-mid/settings.png",
"alt": "绯荤粺璁剧疆",
"type": "2",
"url": "/view/settings",
- "name": "绯荤粺璁剧疆",
+ "title": "绯荤粺璁剧疆",
"width": 1450,
"height": 808
},
{
"id": "18",
+ "name": "vindicate",
"src": "../../images/app-mid/vindicate.png",
"alt": "绯荤粺缁存姢",
"type": "2",
"url": "/view/vindicate",
- "name": "绯荤粺缁存姢"
+ "title": "绯荤粺缁存姢",
+ "width": 758,
+ "height": 534
}
]
}
--
Gitblit v1.8.0