添加了部分路由

This commit is contained in:
2020-10-05 16:31:06 +08:00
parent f4af1db7a5
commit 75ab941063
20 changed files with 63 additions and 47 deletions

View File

@@ -81,11 +81,6 @@ const routes: Array<RouteRecordRaw> = [
},
{
path: '/',
name: 'Home',
component: () => import(/* webpackChunkName: "about" */ '../components/NavTop.vue')
},
{
path: '/login',
name: 'Login',
component:Login
},
@@ -99,11 +94,7 @@ const routes: Array<RouteRecordRaw> = [
name: 'Reset',
component: () => import('../views/login/Reset.vue')
},
{
path: '/about',
name: 'About',
component: () => import('../views/login/About.vue')
},
]
const router = createRouter({