From 4a33335da6f6ccbb13427d317d23b0c74d019fbb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 14 四月 2025 17:56:16 +0800
Subject: [PATCH] 新增测试数据功能,允许在首页和取水口页面使用模拟数据进行测试,优化用户体验。

---
 pages/home/home.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/home/home.json b/pages/home/home.json
index 2b845e1..9c9f058 100644
--- a/pages/home/home.json
+++ b/pages/home/home.json
@@ -2,7 +2,6 @@
   "component": true,
   "usingComponents": {
     "t-avatar": "tdesign-miniprogram/avatar/avatar",
-    "t-switch": "tdesign-miniprogram/switch/switch",
     "t-dialog": "tdesign-miniprogram/dialog/dialog",
     "t-swipe-cell": "tdesign-miniprogram/swipe-cell/swipe-cell",
     "t-button": "tdesign-miniprogram/button/button"
@@ -13,5 +12,6 @@
     "scope.camera": {  
       "desc": "浣跨敤鎽勫儚澶存壂鎻忎簩缁寸爜"
     } 
-  }
+  },
+  "enableShareAppMessage":true
 }
\ No newline at end of file

--
Gitblit v1.8.0