From 2af7b0783a055b929421afd3e645f8d6425ef638 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 2 Nov 2023 11:48:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=82=A8=E7=B3=BB=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E9=94=AE=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/roleapi/rolecont.ts | 10 ++++++++++ src/views/appstore/appmarket/ccwl.vue | 13 ++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/api/system/roleapi/rolecont.ts b/src/api/system/roleapi/rolecont.ts index 080c566d8..271d810e8 100644 --- a/src/api/system/roleapi/rolecont.ts +++ b/src/api/system/roleapi/rolecont.ts @@ -92,3 +92,13 @@ import { searchRoleWord,roleLietCont,editRoleContKeyword,editRoleStatus,addRoleC data:data }); } +/** + * 一键登录地址 + */ + export function createOneClickLogin(data: any){ + return request({ + url: '/systemapi/public/create_one_click_login', + method: 'post', + data:data + }); +} diff --git a/src/views/appstore/appmarket/ccwl.vue b/src/views/appstore/appmarket/ccwl.vue index 9b7291f7e..a95043035 100644 --- a/src/views/appstore/appmarket/ccwl.vue +++ b/src/views/appstore/appmarket/ccwl.vue @@ -4,6 +4,7 @@ @ 备注: 仓储物流 -->