From fb805f6ff1d167951e94198b6e9fc320649e8643 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期五, 11 四月 2025 17:57:20 +0800 Subject: [PATCH] Merge branch 'doing' of http://8.140.179.55:20000/r/wm/pipIrr into doing --- 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