feat:迁移vue-element-admin登录页面

This commit is contained in:
有来技术
2021-11-19 23:55:14 +08:00
parent a4fe3987c3
commit abf2cce2cb
14 changed files with 339 additions and 369 deletions

View File

@@ -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',