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 |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/src/pages/desktop/index/mock/userData.json b/src/pages/desktop/index/mock/userData.json
index 7a02b33..1ef5859 100644
--- a/src/pages/desktop/index/mock/userData.json
+++ b/src/pages/desktop/index/mock/userData.json
@@ -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