From 75b46cb97d36791eb6ad7f60f75147c9e379d628 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 9 Dec 2025 18:54:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E4=BF=AE=E6=94=B9=E5=8A=A0?= =?UTF-8?q?=E5=AF=862?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/login.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/login.js b/api/login.js index c7339d1..87d2352 100644 --- a/api/login.js +++ b/api/login.js @@ -90,9 +90,9 @@ export function getTextCode(data) { return request({ url: '/auth/createPhoneCaptcha', method: 'post', - // headers: { - // isToken: false - // }, + headers: { + isToken: false + }, timeout: 20000, data })