部分表格添加导出功能

This commit is contained in:
GGJ
2024-12-27 10:12:05 +08:00
parent 46dc032c4c
commit 0f57e4b746
4 changed files with 10 additions and 6 deletions

View File

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