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 | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/src/pages/desktop/index/mock/userData.json b/src/pages/desktop/index/mock/userData.json
index 733ef60..1ef5859 100644
--- a/src/pages/desktop/index/mock/userData.json
+++ b/src/pages/desktop/index/mock/userData.json
@@ -23,7 +23,7 @@
"url": "/view/cameraVideo",
"title": "瀹炴椂鐩戞帶",
"width": 1328,
- "height": 670
+ "height": 690
},
{
"id": "9",
@@ -111,7 +111,7 @@
"url": "/view/syslog",
"title": "鏃ュ織绠$悊",
"width": 1200,
- "height": 590
+ "height": 600
},
{
"id": "17",
@@ -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