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()