更新验证码

This commit is contained in:
zjl 2024-09-29 15:46:32 +08:00
parent 87f02e786e
commit c704057d0c

View File

@ -65,7 +65,7 @@ export function login2(data) {
export function getInfoCaptcha() {
return http.request(
{
url: '/admin/captcha',
url: '/captcha',
method: 'GET'
},
);