修改验证码 method
This commit is contained in:
@@ -146,7 +146,6 @@ async function getCaptcha() {
|
|||||||
|
|
||||||
await request({
|
await request({
|
||||||
url: "/app/user/login/captcha",
|
url: "/app/user/login/captcha",
|
||||||
method: "POST",
|
|
||||||
data: {
|
data: {
|
||||||
color: isDark.value ? "#ffffff" : "#2c3142",
|
color: isDark.value ? "#ffffff" : "#2c3142",
|
||||||
phone: props.phone,
|
phone: props.phone,
|
||||||
|
|||||||
Reference in New Issue
Block a user