From 05793a9ce0654bd06adab82553a73cda66901f2f Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Thu, 24 Oct 2024 19:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9muqq=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index a949514..93b4fef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,7 +15,7 @@ import { provide, getCurrentInstance } from 'vue' let buildUrl = 'ws://pqmcn.com:8073/mqtt'//27 //本地mqtt let devUrl = 'ws://192.168.1.24:8085/mqtt' -provide('MQTTURL', buildUrl) +provide('MQTTURL', devUrl) useSetTheme()