refactor: 路由路径移除多余字符
Former-commit-id: 5cf12671396b4f0b8aceca3ad8cb1b472544ca8b
This commit is contained in:
@@ -39,7 +39,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
meta: { hidden: true }
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
path: '404',
|
||||
component: () => import('@/views/error-page/404.vue'),
|
||||
meta: { hidden: true }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user