Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
32261265
authored
2023-06-16 15:30:30 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:读卡器
1 parent
cc871bcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/utils/operation.js
src/utils/operation.js
View file @
3226126
...
...
@@ -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: 高拍仪组件
...
...
Please
register
or
sign in
to post a comment