소스 검색

电子凭证

LIJU 2 달 전
부모
커밋
49bbbc23cd
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/components/medical-insurance/read-electronic-si-card/index.vue

+ 4 - 2
src/components/medical-insurance/read-electronic-si-card/index.vue

@@ -82,8 +82,10 @@ export default {
 
         const executeReadCard = () => {
             const nowbiztype = props.biztype || currentBiztype.value
-            const param = `qrcode_${nowbiztype}`
-            axios('http://localhost:8321/readcard/entry?param=' + param)
+            // const param = `qrcode_${nowbiztype}`
+            const param = `jiangsu_qrcode_${nowbiztype}`
+            // axios('http://localhost:8321/readcard/entry?param=' + param)
+            axios('http://localhost:8321/api/entry?param=' + param)
                 .then((res) => {
                     if (res.data.code === 200) {
                         const result = {