From d796875e4dee22341c48469973d03e1015db61e8 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 05 七月 2024 11:40:28 +0800 Subject: [PATCH] 首页添加扫码 --- pages/home/home.json | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/home/home.json b/pages/home/home.json index fe0e2c0..eefd2a2 100644 --- a/pages/home/home.json +++ b/pages/home/home.json @@ -6,6 +6,10 @@ "t-dialog": "tdesign-miniprogram/dialog/dialog" }, "navigationBarTitleText": "澶х鑺傛按", - "navigationBarTextStyle": "white" - + "navigationBarTextStyle": "white", + "permission": { + "scope.camera": { + "desc": "浣跨敤鎽勫儚澶存壂鎻忎簩缁寸爜" + } + } } \ No newline at end of file -- Gitblit v1.8.0