fix: warn by vue-router on os-theme route

This commit is contained in:
07akioni 2020-12-07 00:44:01 +08:00
parent 9f3c802e7a
commit 460bed129c

View File

@ -99,7 +99,8 @@ export const routes = [
]
},
{
path: '/:catchAll(.*)',
name: 'not-found',
path: '/:pathMatch(.*)*',
redirect: '/zh-CN/os-theme'
}
]