李志伟 hace 2 años
padre
commit
898d18a7ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/invoiceFill/components/BasicInfo.jsx

+ 1
- 1
src/pages/invoiceFill/components/BasicInfo.jsx Ver fichero

@@ -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
   )