From 0203ef4d930ba7a56996debad9d14c9528390fba Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 25 八月 2022 10:17:36 +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