From eb64e401aa8f22f510914a21ec3cf89e1594f6cb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 28 十月 2024 17:59:44 +0800
Subject: [PATCH] 1.修复开泵成功后跳转回首页时提示登录的bug

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

diff --git a/pages/home/home.json b/pages/home/home.json
index 296a6dd..2b845e1 100644
--- a/pages/home/home.json
+++ b/pages/home/home.json
@@ -4,7 +4,8 @@
     "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-swipe-cell": "tdesign-miniprogram/swipe-cell/swipe-cell",
+    "t-button": "tdesign-miniprogram/button/button"
   },
   "navigationBarTitleText": "澶х鑺傛按",
   "navigationBarTextStyle": "white",

--
Gitblit v1.8.0