From 7337bc23f71e2f86ebe93fc773322f123e7efa3c Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 25 Oct 2024 09:06:34 +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