From 1226a12356b9657f96eee41faa6a9cf51a14e120 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 09 八月 2025 22:01:15 +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 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