@@ -20,6 +20,19 @@ const routes = [
path: '/',
name: 'Home',
component: Home,
+ beforeEnter: ((to, from, next) => {
+ if (!to.query.m) {
+ router.replace({
+ path: '/',
+ query: {
+ m: 'SS-SbPlRnV7Wg',
+ },
+ })
+ location.reload()
+ } else {
+ next()
+ }
+ }),
children: [
{
path: 'rule-desc',