fix
This commit is contained in:
parent
542b488787
commit
d06e1663cb
BIN
dist-mobile.rar
BIN
dist-mobile.rar
Binary file not shown.
@ -87,9 +87,7 @@ router.beforeEach((to, from, next) => {
|
|||||||
link.href = to.meta.canonical
|
link.href = to.meta.canonical
|
||||||
next(); // 如果是 PC 设备,继续导航
|
next(); // 如果是 PC 设备,继续导航
|
||||||
} else {
|
} else {
|
||||||
window.location.href = `https://www.counterfire.games?code=${
|
window.location.href = `https://www.counterfire.games${to.query.code? '?code='+ to.query.code:''}`;
|
||||||
to.query.code ? to.query.code : ""
|
|
||||||
}`;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user