feat(equipment): 设备页用户按钮接入用户管理入口

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-08-19 16:01:45 +08:00
co-authored by Claude Opus 4.7
parent 3e0d260fdc
commit 97dffd9893
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -57,6 +57,11 @@ Page({
this.setData({ loadingShow: false })
},
/** 用户管理 */
onTapUser() {
wx.navigateTo({ url: '/pages/userManagement/userManagement' })
},
onTapAdd() {
// 添加设备(待接入)
},
+1 -1
View File
@@ -58,7 +58,7 @@
</view>
<view>设备WIFI</view>
</view>
<view class="device-action-btn">
<view class="device-action-btn" bind:tap="onTapUser">
<view>
<image src="/images/equipment/users.png" />
</view>