diff --git a/src/App.vue b/src/App.vue index a949514..cd53d16 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@ import { provide, getCurrentInstance } from 'vue' // let buildUrl = 'wss://pqmcn.com:8087/mqtt'//102 let buildUrl = 'ws://pqmcn.com:8073/mqtt'//27 //本地mqtt -let devUrl = 'ws://192.168.1.24:8085/mqtt' +let devUrl = 'ws://192.168.1.24:8085/mqtt' provide('MQTTURL', buildUrl) useSetTheme() diff --git a/src/views/govern/device/control/index.vue b/src/views/govern/device/control/index.vue index cc3433b..1ba93dc 100644 --- a/src/views/govern/device/control/index.vue +++ b/src/views/govern/device/control/index.vue @@ -115,14 +115,15 @@ :value="item.id" /> - + - + @@ -142,9 +143,10 @@ :value="item.id" /> - + + clearable @input="handleSearch" placeholder="请输入关键词" + style="width: 180px !important">