From 15b78874d82451bdb5de80b84d9d033332a03387 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 24 七月 2024 12:36:27 +0800 Subject: [PATCH] 原片仓储增加查询任务 ,查询架子信息,下片缓存推送路径修改 --- UI-Project/src/views/Caching/cachingun.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/UI-Project/src/views/Caching/cachingun.vue b/UI-Project/src/views/Caching/cachingun.vue index e7110cc..2ce7900 100644 --- a/UI-Project/src/views/Caching/cachingun.vue +++ b/UI-Project/src/views/Caching/cachingun.vue @@ -205,7 +205,7 @@ -const socketUrl = `ws://${WebSocketHost}:${host}/api/unLoadGlass/api/talk/unloadglass`; +const socketUrl = `ws://${WebSocketHost}:${host}/api/unLoadGlass/api/talk/downcache`; // 瀹氫箟娑堟伅澶勭悊鍑芥暟锛屾洿鏂� receivedData 鍙橀噺 const handleMessage = (data) => { // 鏇存柊 tableData 鐨勬暟鎹� -- Gitblit v1.8.0