mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 15:45:08 +08:00
修复滑块验证码,存在失败的情况
This commit is contained in:
@ -142,7 +142,7 @@
|
||||
}
|
||||
myRequest({
|
||||
// url: `/captcha/check`,
|
||||
url: '/admin-api/captcha/check', // 使用项目自定义的 /admin-api/ 前缀
|
||||
url: '/admin-api/system/captcha/check', // 使用项目自定义的 /admin-api/ 前缀
|
||||
data,
|
||||
method:"POST",
|
||||
}).then(result => {
|
||||
@ -213,7 +213,7 @@
|
||||
}
|
||||
myRequest({
|
||||
// url: "/captcha/get", //仅为示例,并非真实接口地址。
|
||||
url: '/admin-api/captcha/get', // 使用项目自定义的 /admin-api/ 前缀
|
||||
url: '/admin-api/system/captcha/get', // 使用项目自定义的 /admin-api/ 前缀
|
||||
data,
|
||||
method:"POST",
|
||||
}).then((result) => {
|
||||
|
Reference in New Issue
Block a user