From a46b0171f379cd03149ea1e7d8c204ffd8b980a9 Mon Sep 17 00:00:00 2001 From: chenyong <chenyong@hnkhzn.com> Date: 星期四, 22 五月 2025 16:11:53 +0800 Subject: [PATCH] 新增二楼大屏接口,以及二楼大屏前端 --- Code Management/WCS/WIDESEAWCS_Client/src/views/Index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Client/src/views/Index.vue b/Code Management/WCS/WIDESEAWCS_Client/src/views/Index.vue index e59ef4f..5095cc7 100644 --- a/Code Management/WCS/WIDESEAWCS_Client/src/views/Index.vue +++ b/Code Management/WCS/WIDESEAWCS_Client/src/views/Index.vue @@ -135,6 +135,7 @@ import { useRouter, useRoute } from "vue-router"; import store from "../store/index"; import http from "@/../src/api/http.js"; +import useSignalr from '../uitils/signalr.js'; export default defineComponent({ components: { VolMenu, @@ -520,6 +521,9 @@ }); } + const { startSignalr } = useSignalr() + startSignalr() + //褰撳墠鍒锋柊鏄笉鏄椤� if (router.currentRoute.value.path != navigation[0].path) { //鏌ユ壘绯荤粺鑿滃崟 -- Gitblit v1.9.3