@@ -40,7 +40,8 @@ export default {
watch: {},
methods: {
skipUrl(url) {
- window.location.href = window.location.href.replace(this.urlNum, url);
+ window.location.href =
+ window.location.origin + window.location.pathname + `#/?m=${url}`;
setTimeout(() => {
location.reload(true);
}, 200);