李志伟 2 년 전
부모
커밋
898d18a7ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/invoiceFill/components/BasicInfo.jsx

+ 1
- 1
src/pages/invoiceFill/components/BasicInfo.jsx 파일 보기

@@ -29,7 +29,7 @@ export default (props) => {
29 29
 
30 30
 
31 31
   const qrcodeText = useMemo(() =>
32
-    H5_URL + '?invoiceId=' +
32
+    H5_URL + '#/?invoiceId=' +
33 33
     invoiceId,
34 34
     [invoiceId]
35 35
   )