设备监控修改
This commit is contained in:
@@ -7,8 +7,13 @@
|
||||
<script lang="ts" setup>
|
||||
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
||||
import useSetTheme from '@/utils/setTheme'
|
||||
import { provide, getCurrentInstance } from 'vue'
|
||||
//线上mqtt
|
||||
let buildUrl = 'wss://pqmcn.com:8087/mqtt'
|
||||
//本地mqtt
|
||||
let devUrl = 'ws://192.168.1.24:8085/mqtt'
|
||||
provide('MQTTURL', devUrl)
|
||||
useSetTheme()
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user