From e7b81621eb8b49db5820c7fd46cab79df185ba99 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期二, 29 九月 2020 16:28:07 +0800 Subject: [PATCH] 热力图添加选择摄像机 --- public/apps.json | 39 +++++++++++++++++++++++++-------------- 1 files changed, 25 insertions(+), 14 deletions(-) diff --git a/public/apps.json b/public/apps.json index 82069db..762222f 100644 --- a/public/apps.json +++ b/public/apps.json @@ -8,7 +8,7 @@ "src": "../../images/app-mid/GB-config.png", "alt": "GB28181閰嶇疆", "type": "2", - "url": "/view/gb28181", + "url": "/view/gb28181/", "title": "GB28181閰嶇疆", "width": 600, "height": 670 @@ -19,7 +19,7 @@ "src": "../../images/app-mid/monitor.png", "alt": "瀹炴椂鐩戞帶", "type": "2", - "url": "/view/cameraVideo", + "url": "/view/cameraVideo/", "title": "瀹炴椂鐩戞帶", "width": 1328, "height": 690 @@ -30,7 +30,7 @@ "src": "../../images/app-mid/algorithm-store.png", "alt": "搴旂敤涓績", "type": "2", - "url": "/view/ai", + "url": "/view/ai/", "title": "搴旂敤涓績", "width": 1243, "height": 670 @@ -41,7 +41,7 @@ "src": "../../images/app-mid/camera-access.png", "alt": "camera-access", "type": "2", - "url": "/view/cameraAccess", + "url": "/view/cameraAccess/", "title": "鎽勫儚鏈洪厤缃�", "width": 1200, "height": 670 @@ -52,7 +52,7 @@ "src": "../../images/app-mid/datastack-config.png", "alt": "datastack-config", "type": "2", - "url": "/view/cameraAccess?dataStack=1", + "url": "/view/cameraAccess/?dataStack=1", "title": "鏁版嵁鏍堥厤缃�", "width": 1200, "height": 670 @@ -63,7 +63,7 @@ "src": "../../images/app-mid/data-push.png", "alt": "data-push", "type": "2", - "url": "/view/datapush", + "url": "/view/datapush/", "title": "鏁版嵁鎺ㄩ��", "width": 1024, "height": 512 @@ -74,7 +74,7 @@ "src": "../../images/app-mid/library.png", "alt": "姣斿搴撶鐞�", "type": "2", - "url": "/view/library", + "url": "/view/library/", "title": "姣斿搴撶鐞�", "width": 1200, "height": 670 @@ -85,7 +85,7 @@ "src": "../../images/app-mid/hashrate-manage.png", "alt": "绠楀姏绠$悊", "type": "2", - "url": "/view/analysisPower", + "url": "/view/analysisPower/", "title": "绠楀姏绠$悊", "width": 1200, "height": 670 @@ -96,7 +96,7 @@ "src": "../../images/app-mid/search.png", "alt": "缁熻鏌ヨ", "type": "2", - "url": "/view/search", + "url": "/view/search/", "title": "缁熻鏌ヨ", "width": 1344, "height": 675 @@ -107,7 +107,7 @@ "src": "../../images/app-mid/log-manage.png", "alt": "鏃ュ織绠$悊", "type": "2", - "url": "/view/syslog", + "url": "/view/syslog/", "title": "鏃ュ織绠$悊", "width": 1200, "height": 600 @@ -118,7 +118,7 @@ "src": "../../images/app-mid/settings.png", "alt": "绯荤粺璁剧疆", "type": "2", - "url": "/view/settings", + "url": "/view/settings/", "title": "绯荤粺璁剧疆", "width": 1200, "height": 650 @@ -129,7 +129,7 @@ "src": "../../images/app-mid/vindicate.png", "alt": "绯荤粺缁存姢", "type": "2", - "url": "/view/vindicate", + "url": "/view/vindicate/", "title": "绯荤粺缁存姢", "width": 760, "height": 534 @@ -140,7 +140,7 @@ "src": "../../images/app-mid/algorithm-manage.png", "alt": "鐑姏鍥�", "type": "2", - "url": "/view/heatCamera", + "url": "/view/heatCamera/", "title": "鐑姏鍥�", "width": 760, "height": 600 @@ -151,10 +151,21 @@ "src": "../../images/app-mid/device.png", "alt": "鎽勫儚鏈哄尯鍩熺鐞�", "type": "2", - "url": "/view/areaManage", + "url": "/view/areaManage/", "title": "鎽勫儚鏈哄尯鍩熺鐞�", "width": 1200, "height": 600 + }, + { + "id": "202", + "name": "visual", + "src": "../../images/app-mid/visual.png", + "alt": "鏁版嵁鍙鍖�", + "type": "1", + "url": "/view/visual/", + "title": "鏁版嵁鍙鍖�", + "width": 1200, + "height": 600 } ] } \ No newline at end of file -- Gitblit v1.8.0