From efe3e228713018604a1767e58aaa73382d4bbc23 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 05 九月 2025 23:20:03 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb

---
 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 2ca0861..db48115 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -18,7 +18,7 @@
       tenantId,
       username,
       password,
-      grant_type: website.captchaMode ? 'password' : 'captcha',
+      grant_type: website.captchaMode ? 'captcha' : 'password',
       scope: 'all',
       type,
     },

--
Gitblit v1.9.3