接口: const getValidateCode = params => axios.get('xxx', params) // 获取登录验证码// 请求方法getValidateCode({ responseType: 'arraybuffer' }) .then(({ data }) ...
確定! 回上一頁