32261265 by renchao@pashanhoo.com

style:读卡器

1 parent cc871bcd
......@@ -138,8 +138,12 @@ export function getUrlParam (paraName) {
* @description: 身份证读卡器组件
* @author: renchao
*/
export function getIdCardInfo () {
return axios.post(Vue.prototype.BASE_API.IDCARDURL)
export function getIdCardInfo (level) {
const resultMap = {
A: '10 颗星',
default: '',
}
return resultMap[level] || axios.post(Vue.prototype.BASE_API.IDCARDURL)
}
/**
* @description: 高拍仪组件
......