From 58a86cd8ec45909479dc144ddb13e982da777060 Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 18 Oct 2022 18:07:06 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E6=8C=89=E9=92=AE=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/auth/platform.js | 7 +++ src/views/sys/bindPlatform.vue | 85 ++++++++++++++++++------------- src/views/userManage/platform.vue | 67 ++++++++++++++++-------- 3 files changed, 104 insertions(+), 55 deletions(-) diff --git a/src/api/auth/platform.js b/src/api/auth/platform.js index 50db3a1..cc3a184 100644 --- a/src/api/auth/platform.js +++ b/src/api/auth/platform.js @@ -74,5 +74,12 @@ export function getTargetSubInv(query) { }); } +export function testPlatformConnection(query) { + return axios({ + url: "/udims/platform/testPlatformConnection", + method: "get", + params: query + }) +} diff --git a/src/views/sys/bindPlatform.vue b/src/views/sys/bindPlatform.vue index 1db7bff..3f7f4e3 100644 --- a/src/views/sys/bindPlatform.vue +++ b/src/views/sys/bindPlatform.vue @@ -139,12 +139,47 @@ + + +
+ + + 账号验证 + +
+
+
+ + +
+ + + +
+
+
+
- + {{ item.name }} + +
+
+
+ + + +
+ - - - -
- - - -
-
-
- - -
- - - -
-
-