mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-27 04:09:51 +08:00
fix: warn by vue-router on os-theme route
This commit is contained in:
parent
9f3c802e7a
commit
460bed129c
@ -99,7 +99,8 @@ export const routes = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/:catchAll(.*)',
|
||||
name: 'not-found',
|
||||
path: '/:pathMatch(.*)*',
|
||||
redirect: '/zh-CN/os-theme'
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user