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-copy.json |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/src/pages/desktop/index/mock/userData-copy.json b/src/pages/desktop/index/mock/userData-copy.json
index 0880a2d..10df66e 100644
--- a/src/pages/desktop/index/mock/userData-copy.json
+++ b/src/pages/desktop/index/mock/userData-copy.json
@@ -57,7 +57,16 @@
         "type": "2",
         "url": "http://www.justlive.vip/center/"
       },
-      
+      {
+        "code": "0000",
+        "success": true,
+        "data": {
+          "city": "骞垮窞甯�",
+          "type": "澶氫簯",
+          "icon": "http://yun.rili.cn/wnl/img/cloud.png",
+          "temperature": "17"
+        }
+      },
       {
         "id": "3",
         "src": "../../images/app-mid/DVR-access.png",
@@ -82,7 +91,22 @@
         "url": "/view/device",
         "name": "璁惧绠$悊"
       },
-
+      {
+        "id": "8",
+        "src": "../../images/app-mid/poll.png",
+        "alt": "杞绠$悊",
+        "type": "2",
+        "url": "/view/poll",
+        "name": "杞绠$悊"
+      },
+      {
+        "id": "10",
+        "src": "../../images/app-mid/algorithm-store.png",
+        "alt": "绠楁硶鍟嗗煄",
+        "type": "2",
+        "url": "/view/algorithmStore",
+        "name": "搴旂敤涓績"
+      }
     ]
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0