Explorar el Código

Merge branch 'dev/v4.8.17_cyl' of qmx/jy into feature/v4.8.17

汤世哲 hace 2 años
padre
commit
450d3c8d26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/web/templates/big-member/wx/page_customer.html

+ 1 - 1
src/web/templates/big-member/wx/page_customer.html

@@ -71,7 +71,7 @@
               var hasQueryParams = goHref.lastIndexOf('?') !== -1
               goHref += ((hasQueryParams ? '&' : '?') + 'auto=1')
             }
-            location.href = goHref
+            location.replace(goHref)
             return
           }
         }