From 5e3977cceaa53cccfcf5cc5346104dc7c608cb56 Mon Sep 17 00:00:00 2001
From: 15179599649 <zhangyiyao89@qq.com>
Date: Wed, 27 Dec 2023 15:31:06 +0800
Subject: [PATCH] '只能验证码登录'

---
 src/api/hfiveget/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/hfiveget/index.js b/src/api/hfiveget/index.js
index d904429..04ec19d 100644
--- a/src/api/hfiveget/index.js
+++ b/src/api/hfiveget/index.js
@@ -25,8 +25,8 @@
 //登录
 export const Loginto = (params) => {
     return request({
-        // url: "/api/blade-auth/oauth/token",
-        url: '/api/blade-auth/oauth/token?tenantId=000000&username=' + params + '&password=21232f297a57a5a743894a0e4a801fc3&grant_type=password&scope=all&type=account',
+        url: "/api/blade-auth/oauth/token",
+        // url: '/api/blade-auth/oauth/token?tenantId=000000&username=' + params + '&password=21232f297a57a5a743894a0e4a801fc3&grant_type=password&scope=all&type=account',
         method: "post",
         apiKey: true,
         params: {

--
Gitblit v1.9.3