From 0f57e4b746af7753aacf82e6640c7555c561feca Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Fri, 27 Dec 2024 10:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E8=A1=A8=E6=A0=BC=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/govern/device/control/index.vue | 10 ++++++---- src/views/govern/device/control/tabs/trend.vue | 2 +- src/views/govern/manage/factory.vue | 2 ++ 4 files changed, 10 insertions(+), 6 deletions(-) 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">