UNPKG

@truenewx/tnxvue3

Version:

互联网技术解决方案:Vue3扩展支持

12 lines (8 loc) 258 B
// 获取验证图片以及token export function reqGet(data) { return window.tnx.api.post('/captcha/generate', data); } // 滑动或者点选验证 export function reqCheck(data) { return window.tnx.api.post('/captcha/check', data); }