Commit 87a741a1 authored by YangAo's avatar YangAo 🇨🇳

路由配置

parent c4a5c024
...@@ -21,6 +21,9 @@ export default new VueRouter({ ...@@ -21,6 +21,9 @@ export default new VueRouter({
props: { route: true, menuItemList, basePath: prefixBasePath }, props: { route: true, menuItemList, basePath: prefixBasePath },
children: [{ children: [{
path: 'index', path: 'index',
meta: {
title: '首页'
},
component: _ => import("@/views/index") component: _ => import("@/views/index")
}] }]
}, },
......
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