refactor: 路由路径移除多余字符

Former-commit-id: 5cf12671396b4f0b8aceca3ad8cb1b472544ca8b
This commit is contained in:
haoxr
2023-03-22 22:57:57 +08:00
parent b3f8f63717
commit 3cca390cd7

View File

@@ -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 }
}