We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57908da commit 20e61c1Copy full SHA for 20e61c1
src/components/Verifition/api/index.js
@@ -9,7 +9,7 @@ import request from './../utils/axios' // 组件内部封装的axios
9
export function reqGet(data) {
10
return request({
11
// url: '/captcha/get',
12
- url: '/admin-api/captcha/get', // 使用项目自定义的 /admin-api/ 前缀
+ url: '/admin-api/system/captcha/get', // 使用项目自定义的 /admin-api/ 前缀
13
method: 'post',
14
data
15
})
@@ -19,7 +19,7 @@ export function reqGet(data) {
19
export function reqCheck(data) {
20
21
// url: '/captcha/check',
22
- url: '/admin-api/captcha/check', // 使用项目自定义的 /admin-api/ 前缀
+ url: '/admin-api/system/captcha/check', // 使用项目自定义的 /admin-api/ 前缀
23
24
25
0 commit comments