@@ -9,6 +9,7 @@ App.vue本身不是页面,这里不能编写视图元素,也就是没有<tem
import { provide } from 'vue';
import WebsocketUtil from '@/commons/utils/websocket.js'
const websocketUtil = new WebsocketUtil(appConfig.wss, 5000); // 创建 WebSocket 工具类实例
provide('websocketUtil', websocketUtil); // 提供给所有子组件
The note is not visible to the blocked user.