feat: 上位机远程控制完成

This commit is contained in:
pengqiao1993
2026-03-13 17:33:00 +08:00
parent 0fcb882e5d
commit 878101ceb3
11 changed files with 262 additions and 206 deletions

View File

@ -84,6 +84,8 @@
{{ $t('homePage.home.emsControl') }}
</button>
</view>
</view>
@ -283,11 +285,16 @@
},
methods: {
toDeviceControl() {
console.log(123)
uni.navigateTo({
url:'/pages/home-page/policy-Config/index'
})
},
toStrategy(){
uni.navigateTo({
url:'/pages/home-page/strategy/index'
})
},
confirmTime(val) {
this.formInfo.effectiveTime = val.hour + ':' + val.minute
this.formInfo.planRefreshH = val.hour