diff --git a/dist-mobile.rar b/dist-mobile.rar index 1140ca4..bd72487 100644 Binary files a/dist-mobile.rar and b/dist-mobile.rar differ diff --git a/src/router/index.js b/src/router/index.js index 0d0c42d..ca6cd6d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -87,9 +87,7 @@ router.beforeEach((to, from, next) => { link.href = to.meta.canonical next(); // 如果是 PC 设备,继续导航 } else { - window.location.href = `https://www.counterfire.games?code=${ - to.query.code ? to.query.code : "" - }`; + window.location.href = `https://www.counterfire.games${to.query.code? '?code='+ to.query.code:''}`; } });