From 70d56d7abee4786ceca3ba7b54c4e439091c17c3 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Wed, 17 Jul 2024 16:18:20 +0800
Subject: [PATCH] 登录对接调整
---
src/api/user.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/user.js b/src/api/user.js
index 83dd50f..30d06f9 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -17,7 +17,7 @@
tenantId,
username,
password,
- grant_type: website.captchaMode ? 'captcha' : 'password',
+ grant_type: 'password',
scope: 'all',
type,
},
--
Gitblit v1.9.3