File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 142
142
}
143
143
myRequest ({
144
144
// url: `/captcha/check`,
145
- url: ' /admin-api/captcha/check' , // 使用项目自定义的 /admin-api/ 前缀
145
+ url: ' /admin-api/system/ captcha/check' , // 使用项目自定义的 /admin-api/ 前缀
146
146
data,
147
147
method: " POST" ,
148
148
}).then (result => {
213
213
}
214
214
myRequest ({
215
215
// url: "/captcha/get", //仅为示例,并非真实接口地址。
216
- url: ' /admin-api/captcha/get' , // 使用项目自定义的 /admin-api/ 前缀
216
+ url: ' /admin-api/system/ captcha/get' , // 使用项目自定义的 /admin-api/ 前缀
217
217
data,
218
218
method: " POST" ,
219
219
}).then ((result ) => {
Original file line number Diff line number Diff line change 231
231
}
232
232
myRequest ({
233
233
// url: `/captcha/check`,
234
- url: ' /admin-api/captcha/check' , // 使用项目自定义的 /admin-api/ 前缀
234
+ url: ' /admin-api/system/ captcha/check' , // 使用项目自定义的 /admin-api/ 前缀
235
235
data,
236
236
method: " POST" ,
237
237
}).then ((result ) => {
319
319
}
320
320
myRequest ({
321
321
// url: '/captcha/get', //仅为示例,并非真实接口地址。
322
- url: ' /admin-api/captcha/get' , // 使用项目自定义的 /admin-api/ 前缀
322
+ url: ' /admin-api/system/ captcha/get' , // 使用项目自定义的 /admin-api/ 前缀
323
323
data,
324
324
method: " POST" ,
325
325
}).then ((result ) => {
You can’t perform that action at this time.
0 commit comments