From 8c728223a1aae91ff37a5326d961ad45823ba865 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期五, 08 八月 2025 15:27:19 +0800 Subject: [PATCH] 添加综合站监测功能,更新首页逻辑以支持登录检查并跳转至监测页面;在app.json中添加新页面和插件配置。 --- pages/home/home.wxml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pages/home/home.wxml b/pages/home/home.wxml index c3df698..3629ebc 100644 --- a/pages/home/home.wxml +++ b/pages/home/home.wxml @@ -30,9 +30,13 @@ </view> <view class="center-wrapper"> - <view class="center-view" bind:tap="recharge"> + <!-- <view class="center-view" bind:tap="recharge"> <image src="/images/wallet.svg" /> <text>鍏呭��</text> + </view> --> + <view class="center-view" bind:tap="monitor"> + <image src="/images/monitor.svg" /> + <text>缁煎悎绔欑洃娴�</text> </view> <view class="center-view" bind:tap="openValve"> <image src="/images/valva.svg" /> -- Gitblit v1.8.0