@@ -17,7 +17,7 @@ export default defineComponent({
setup() {
openApi
.jspapi({
- url: encodeURIComponent(window.location.href.split('#')[0]),
+ url: encodeURIComponent(window.location.href.split('#')[0]+'/'),
})
.then((res) => {
let wxConfig = {