From abdc7313b9e2c5a3e09d42cbaee48c6f131d7173 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Wed, 17 Aug 2022 09:14:43 +0800
Subject: [PATCH] lct
---
src/api/intelligentLine/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/intelligentLine/index.ts b/src/api/intelligentLine/index.ts
index 9c11ce2..26f2529 100644
--- a/src/api/intelligentLine/index.ts
+++ b/src/api/intelligentLine/index.ts
@@ -15,7 +15,7 @@
getUrl: () => {
// debugger
return request({
- url: import.meta.env.VITE_API_URL_SOCKET + `/ws/namesrv/get/one`,
+ url: import.meta.env.VITE_API_URL_SOCKET + `/ws/namesrv/get/one?srv=safeplatform-websocket`,
method: 'get'
});
}
--
Gitblit v1.9.2