diff --git a/components/verifition/verifyPoint/verifyPoint.vue b/components/verifition/verifyPoint/verifyPoint.vue index c7f65f7..57d7d03 100644 --- a/components/verifition/verifyPoint/verifyPoint.vue +++ b/components/verifition/verifyPoint/verifyPoint.vue @@ -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) => { diff --git a/components/verifition/verifySlider/verifySlider.vue b/components/verifition/verifySlider/verifySlider.vue index 98b9890..7c75e0e 100644 --- a/components/verifition/verifySlider/verifySlider.vue +++ b/components/verifition/verifySlider/verifySlider.vue @@ -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) => {