소스 검색

医保刷脸

LIJU 3 달 전
부모
커밋
38db7785a0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/medical-insurance/readcard/Index.vue

+ 3 - 0
src/components/medical-insurance/readcard/Index.vue

@@ -128,6 +128,9 @@ const executeReadCard = (cardtype, retryCount = 0) => {
     requestUrl = 'http://localhost:8321/readcard/jiangsu/readcard_auto'
   } else if (cardtype === 'idcard') {
     requestUrl = 'http://localhost:8321/readcard/entry?param=huashi_readcard'
+  } else if (cardtype === 'qrcode') {
+    const param = `jiangsu_qrcode_${nowbiztype}`
+    requestUrl = 'http://localhost:8321/api/entry?param=' + param
   } else {
     const param = `${cardtype}_${nowbiztype}`
     requestUrl = 'http://localhost:8321/readcard/entry?param=' + param