From c58c21da2be8d65c62ec2bf81afe2b54b18f7966 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Tue, 30 May 2023 08:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/login/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/login/index.js b/src/api/login/index.js index 024e49dc..c91c8f75 100644 --- a/src/api/login/index.js +++ b/src/api/login/index.js @@ -62,7 +62,7 @@ export function logout() { // 获取验证码 export function getCodeImg() { return request({ - url: '/captchaImage', + url: '/gkyzm', method: 'get', headers: { isToken: false