From a1dd32e5db9e352f63ffa0ba76fe3775e3103363 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 26 八月 2022 09:58:48 +0800 Subject: [PATCH] 图标 --- src/api/intelligentLine/index.ts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/intelligentLine/index.ts b/src/api/intelligentLine/index.ts index 1adb2cc..26f2529 100644 --- a/src/api/intelligentLine/index.ts +++ b/src/api/intelligentLine/index.ts @@ -10,5 +10,14 @@ data: data }); }, + + // 获取Url + getUrl: () => { + // debugger + return request({ + url: import.meta.env.VITE_API_URL_SOCKET + `/ws/namesrv/get/one?srv=safeplatform-websocket`, + method: 'get' + }); + } }; } -- Gitblit v1.9.2