mod: 删除多余路由及组件
This commit is contained in:
parent
e4e1ec7830
commit
9f2126835a
@ -8,12 +8,6 @@ export const basicRoutes = [
|
||||
component: () => import('@/views/error-page/404.vue'),
|
||||
isHidden: true,
|
||||
},
|
||||
{
|
||||
name: '401',
|
||||
path: '/401',
|
||||
component: () => import('@/views/error-page/401.vue'),
|
||||
isHidden: true,
|
||||
},
|
||||
{
|
||||
name: 'REDIRECT',
|
||||
path: '/redirect',
|
||||
@ -27,7 +21,6 @@ export const basicRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
name: 'LOGIN',
|
||||
path: '/login',
|
||||
|
@ -1,3 +0,0 @@
|
||||
<template>
|
||||
<h1>401</h1>
|
||||
</template>
|
Loading…
x
Reference in New Issue
Block a user