@@ -50,6 +50,17 @@ export default {
},
});
}, 500)
+ setTimeout(() => {
+ window?.toWXSendMsg({
+ type: 'nowRoute',
+ options: {
+ fullPath: this.$route.fullPath
+ },
+ });
+ window.subscribe('reload',( ) => {
+ window.location.reload();
+ }, 700)
setTimeout(() => {
this.pageInit();
}, 300)