diff --git a/main.js b/main.js index 4ee2698..7291734 100644 --- a/main.js +++ b/main.js @@ -80,9 +80,9 @@ app.$router.afterEach((to, from) => { } const u = navigator.userAgent.toLowerCase() if (u.indexOf("like mac os x") < 0 || u.match(/MicroMessenger/i) != 'micromessenger') return - if (to.path !== global.location.pathname) { - location.assign(config.h5_addr + to.fullPath); - } + // if (to.path !== global.location.pathname) { + // location.assign(config.h5_addr + to.fullPath); + // } }) //#endif