From 4f74f43afd933d88a62759fb9e28545fc4d44e20 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Thu, 18 Jul 2024 08:41:36 +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