修改muqq地址

This commit is contained in:
GGJ
2024-10-24 19:40:02 +08:00
parent 54742a0c0c
commit 05793a9ce0

View File

@@ -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()
</script>