Commit f1f10443 authored by youjie's avatar youjie

no message

parent 7786350b
...@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [ ...@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
{ {
path: '/index', path: '/index',
component: () => import('../layouts/MainLayout.vue'), component: () => import('../layouts/MainLayout.vue'),
children: [{ path: '', component: () => import('../pages/index.vue') }] children: [{ path: '', component: () => import('../pages/Index.vue') }]
}, },
{ {
path:'/auth/login', path:'/auth/login',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment