From 269b2da9f9a2d1dde4988fe64f79091e2fbcd659 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Sat, 26 Oct 2024 10:55:45 +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