mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-10-18 15:43:57 +00:00
update 优化 !pr50 bug与代码实现
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
import { initWebSocket } from '@/utils/websocket';
|
||||
|
||||
onMounted(() => {
|
||||
initWebSocket("ws://"+window.location.host+import.meta.env.VITE_APP_BASE_API+"/resource/websocket");
|
||||
initWebSocket("ws://" + window.location.host + import.meta.env.VITE_APP_BASE_API + "/resource/websocket");
|
||||
});
|
||||
|
||||
const goTarget = (url:string) => {
|
||||
|
Reference in New Issue
Block a user