From 25ebc714977470b5ed02b0ec7f30ea0615ebd89f Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期五, 14 三月 2025 16:48:09 +0800 Subject: [PATCH] 更新应用配置,添加AppID并修改页面路由;优化取水口界面,增加定时开阀功能和相关参数设置;修复首页反馈图标及提示信息。 --- 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