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 | 64 ++++++++++++++++++++++----------
1 files changed, 44 insertions(+), 20 deletions(-)
diff --git a/src/pages/desktop/index/mock/userData.json b/src/pages/desktop/index/mock/userData.json
index 679f2f4..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": 500
+ "height": 670
},
{
"id": "12",
@@ -22,8 +22,8 @@
"type": "2",
"url": "/view/cameraVideo",
"title": "瀹炴椂鐩戞帶",
- "width": 1528,
- "height": 915
+ "width": 1328,
+ "height": 690
},
{
"id": "9",
@@ -33,8 +33,8 @@
"type": "2",
"url": "/view/ai",
"title": "搴旂敤涓績",
- "width": 1528,
- "height": 915
+ "width": 1243,
+ "height": 670
},
{
"id": "1",
@@ -44,8 +44,8 @@
"type": "2",
"url": "/view/cameraAccess",
"title": "鎽勫儚鏈洪厤缃�",
- "width": 1300,
- "height": 770
+ "width": 1200,
+ "height": 670
},
{
"id": "2",
@@ -55,8 +55,8 @@
"type": "2",
"url": "/view/cameraAccess?dataStack=1",
"title": "鏁版嵁鏍堥厤缃�",
- "width": 1300,
- "height": 770
+ "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": 1669,
- "height": 800
+ "width": 1200,
+ "height": 670
},
{
"id": "13",
@@ -97,7 +99,7 @@
"type": "2",
"url": "/view/search",
"title": "缁熻鏌ヨ",
- "width": 1445,
+ "width": 1344,
"height": 675
},
{
@@ -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",
@@ -130,8 +132,30 @@
"type": "2",
"url": "/view/vindicate",
"title": "绯荤粺缁存姢",
- "width": 758,
+ "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