feat: 上位机远程控制完成
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user