From 556464a10ec5f3946b738080428a848154d5b780 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 12 八月 2024 09:06:39 +0800
Subject: [PATCH] 添加识别二维码切换地址的功能

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

diff --git a/pages/home/home.json b/pages/home/home.json
index 0c560da..eefd2a2 100644
--- a/pages/home/home.json
+++ b/pages/home/home.json
@@ -2,9 +2,14 @@
   "component": true,
   "usingComponents": {
     "t-avatar": "tdesign-miniprogram/avatar/avatar",
-    "t-switch": "tdesign-miniprogram/switch/switch"
+    "t-switch": "tdesign-miniprogram/switch/switch",
+    "t-dialog": "tdesign-miniprogram/dialog/dialog"
   },
   "navigationBarTitleText": "澶х鑺傛按",
   "navigationBarTextStyle": "white",
-  "enablePullDownRefresh": true
+  "permission": {  
+    "scope.camera": {  
+      "desc": "浣跨敤鎽勫儚澶存壂鎻忎簩缁寸爜"
+    } 
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0