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 | 58 ++++++++++++++++++++++++++++++++++++++++------------------
1 files changed, 40 insertions(+), 18 deletions(-)
diff --git a/src/pages/desktop/index/mock/userData.json b/src/pages/desktop/index/mock/userData.json
index 0f11644..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": 700
+ "height": 670
},
{
"id": "12",
@@ -22,8 +22,8 @@
"type": "2",
"url": "/view/cameraVideo",
"title": "瀹炴椂鐩戞帶",
- "width": 1465,
- "height": 763
+ "width": 1328,
+ "height": 690
},
{
"id": "9",
@@ -34,7 +34,7 @@
"url": "/view/ai",
"title": "搴旂敤涓績",
"width": 1243,
- "height": 766
+ "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",
@@ -77,8 +77,8 @@
"type": "2",
"url": "/view/library",
"title": "姣斿搴撶鐞�",
- "width": 1542,
- "height": 750
+ "width": 1200,
+ "height": 670
},
{
"id": "11",
@@ -88,8 +88,8 @@
"type": "2",
"url": "/view/analysisPower",
"title": "绠楀姏绠$悊",
- "width": 1669,
- "height": 800
+ "width": 1200,
+ "height": 670
},
{
"id": "13",
@@ -99,7 +99,7 @@
"type": "2",
"url": "/view/search",
"title": "缁熻鏌ヨ",
- "width": 1410,
+ "width": 1344,
"height": 675
},
{
@@ -110,8 +110,8 @@
"type": "2",
"url": "/view/syslog",
"title": "鏃ュ織绠$悊",
- "width": 1246,
- "height": 590
+ "width": 1200,
+ "height": 600
},
{
"id": "17",
@@ -121,8 +121,8 @@
"type": "2",
"url": "/view/settings",
"title": "绯荤粺璁剧疆",
- "width": 1450,
- "height": 808
+ "width": 1200,
+ "height": 650
},
{
"id": "18",
@@ -132,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