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

路由配置

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