加七方南棚

master
xce 2026-01-10 00:47:42 +08:00
parent 51fb80c782
commit e720c37b68
2 changed files with 5 additions and 2 deletions

View File

@ -46,7 +46,7 @@
</view> </view>
</uni-section> </uni-section>
<uni-section title="设备控制" titleFontSize="16px" type="line" v-if="value!== 1"> <uni-section title="设备控制" titleFontSize="16px" type="line" v-if="value!== 1 && imei !=='862538065276939'">
<template v-slot:right > <template v-slot:right >
{{ control }} {{ control }}
</template> </template>
@ -150,6 +150,9 @@ export default {
}, { }, {
"value": '864536071808560', "value": '864536071808560',
"text": "七方北棚", "text": "七方北棚",
}, {
"value": '862538065276939',
"text": "七方南棚",
},{ },{
"value": '864865085008135', "value": '864865085008135',
"text": "八方北棚" "text": "八方北棚"

View File

@ -131,7 +131,7 @@
// 864865085016294 // 864865085016294
// 864536071808560 // 864536071808560
// 864865085008135 // 864865085008135
const subscribeList = [`dtu/864865085016294/up`, `dtu/864536071808560/up`,`dtu/864865085008135/up`] const subscribeList = [`dtu/864865085016294/up`, `dtu/864536071808560/up`,`dtu/864865085008135/up`,`dtu/862538065276939/up`]
// 4. App.vueloginSuccessMQTT // 4. App.vueloginSuccessMQTT
app.loginSuccess(token, subscribeList) app.loginSuccess(token, subscribeList)