From 59ad7ba6452b2028fd7faca000c626a148256620 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期二, 01 九月 2020 23:29:50 +0800
Subject: [PATCH] fix: do not allow empty data to be saved. for area manager
---
src/pages/desktop/index/mock/userData.json | 76 +++++++++++++++++++++++++------------
1 files changed, 51 insertions(+), 25 deletions(-)
diff --git a/src/pages/desktop/index/mock/userData.json b/src/pages/desktop/index/mock/userData.json
index dcdf442..1ef5859 100644
--- a/src/pages/desktop/index/mock/userData.json
+++ b/src/pages/desktop/index/mock/userData.json
@@ -12,7 +12,7 @@
"url": "/view/gb28181",
"title": "GB28181閰嶇疆",
"width": 600,
- "height": 900
+ "height": 670
},
{
"id": "12",
@@ -22,19 +22,19 @@
"type": "2",
"url": "/view/cameraVideo",
"title": "瀹炴椂鐩戞帶",
- "width": 1528,
- "height": 915
+ "width": 1328,
+ "height": 690
},
{
"id": "9",
"name": "algorithmManage",
- "src": "../../images/app-mid/algorithm-manage.png",
- "alt": "绠楁硶绠$悊",
+ "src": "../../images/app-mid/algorithm-store.png",
+ "alt": "搴旂敤涓績",
"type": "2",
- "url": "/view/algorithmManage",
- "title": "绠楁硶绠$悊",
- "width": 1528,
- "height": 915
+ "url": "/view/ai",
+ "title": "搴旂敤涓績",
+ "width": 1243,
+ "height": 670
},
{
"id": "1",
@@ -44,8 +44,8 @@
"type": "2",
"url": "/view/cameraAccess",
"title": "鎽勫儚鏈洪厤缃�",
- "width": 1876,
- "height": 900
+ "width": 1200,
+ "height": 670
},
{
"id": "2",
@@ -55,8 +55,8 @@
"type": "2",
"url": "/view/cameraAccess?dataStack=1",
"title": "鏁版嵁鏍堥厤缃�",
- "width": 1876,
- "height": 750
+ "width": 1200,
+ "height": 670
},
{
"id": "4",
@@ -65,7 +65,9 @@
"alt": "data-push",
"type": "2",
"url": "/view/datapush",
- "title": "鏁版嵁鎺ㄩ��"
+ "title": "鏁版嵁鎺ㄩ��",
+ "width": 1024,
+ "height": 512
},
{
"id": "7",
@@ -75,8 +77,8 @@
"type": "2",
"url": "/view/library",
"title": "姣斿搴撶鐞�",
- "width": 1542,
- "height": 800
+ "width": 1200,
+ "height": 670
},
{
"id": "11",
@@ -86,8 +88,8 @@
"type": "2",
"url": "/view/analysisPower",
"title": "绠楀姏绠$悊",
- "width": 1720,
- "height": 800
+ "width": 1200,
+ "height": 670
},
{
"id": "13",
@@ -97,8 +99,8 @@
"type": "2",
"url": "/view/search",
"title": "缁熻鏌ヨ",
- "width": 1663,
- "height": 890
+ "width": 1344,
+ "height": 675
},
{
"id": "15",
@@ -108,8 +110,8 @@
"type": "2",
"url": "/view/syslog",
"title": "鏃ュ織绠$悊",
- "width": 1246,
- "height": 590
+ "width": 1200,
+ "height": 600
},
{
"id": "17",
@@ -119,8 +121,8 @@
"type": "2",
"url": "/view/settings",
"title": "绯荤粺璁剧疆",
- "width": 1450,
- "height": 808
+ "width": 1200,
+ "height": 650
},
{
"id": "18",
@@ -129,7 +131,31 @@
"alt": "绯荤粺缁存姢",
"type": "2",
"url": "/view/vindicate",
- "title": "绯荤粺缁存姢"
+ "title": "绯荤粺缁存姢",
+ "width": 760,
+ "height": 534
+ },
+ {
+ "id": "19",
+ "name": "heatCamera",
+ "src": "../../images/app-mid/algorithm-manage.png",
+ "alt": "鐑姏鍥�",
+ "type": "2",
+ "url": "/view/heatCamera",
+ "title": "鐑姏鍥�",
+ "width": 760,
+ "height": 600
+ },
+ {
+ "id": "20",
+ "name": "areaManage",
+ "src": "../../images/app-mid/device.png",
+ "alt": "鎽勫儚鏈哄尯鍩熺鐞�",
+ "type": "2",
+ "url": "/view/areaManage",
+ "title": "鎽勫儚鏈哄尯鍩熺鐞�",
+ "width": 1200,
+ "height": 600
}
]
}
--
Gitblit v1.8.0