李志伟 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
   )