mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
修复滑块验证码,存在失败的情况
This commit is contained in:
@ -231,7 +231,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) => {
|
||||
@ -319,7 +319,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