Commit a7e11619 authored by xinzhedeai's avatar xinzhedeai

add:guiji page

parent e255598a
......@@ -74,6 +74,19 @@ export const constantRoutes = [
}
]
},
{
path: '/guiji',
component: Layout,
redirect: 'noredirect',
children: [
{
path: 'index',
component: () => import('@/views/index-guiji'),
name: 'Index',
meta: { title: '首页2-zz', icon: 'dashboard', affix: true }
}
]
},
{
path: '/user',
component: Layout,
......
This diff is collapsed.
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