feat:迁移vue-element-admin登录页面
This commit is contained in:
@@ -3,6 +3,11 @@ import Layout from '@/layout/index.vue'
|
||||
|
||||
const routes: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: '/login',
|
||||
name: 'Login',
|
||||
component: () => import('@views/login/index.vue'),
|
||||
meta: {title: '登录'}
|
||||
}, {
|
||||
path: '/',
|
||||
component: Layout,
|
||||
redirect: '/dashboard',
|
||||
|
||||
Reference in New Issue
Block a user