修改进度条样式

This commit is contained in:
GGJ
2024-11-06 13:25:42 +08:00
parent 7dab1302b8
commit 058fc4b2bf
7 changed files with 117 additions and 62 deletions

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', devUrl)
provide('MQTTURL', buildUrl)
useSetTheme()
</script>