Browse Source

提供菜单管理的首页

master
陈裕财 4 years ago
parent
commit
eaa27a4c62
  1. 1
      src/router/index.js

1
src/router/index.js

@ -41,6 +41,7 @@ export const constantRouterMap = [
{ path: '/login', component: _import('login/index'), hidden: true }, { path: '/login', component: _import('login/index'), hidden: true },
{ path: '/404', component: _import('errorPage/404'), hidden: true }, { path: '/404', component: _import('errorPage/404'), hidden: true },
{ path: '/401', component: _import('errorPage/401'), hidden: true }, { path: '/401', component: _import('errorPage/401'), hidden: true },
{ path: '/menus', component: _import('mdp/menu/menuDef/MenuDefMng'), name: 'MenuDefMng', meta: { title: 'MenuDefMng' ,menu:true},hidden:true},
{ {
path: '', path: '',
component: Layout, component: Layout,

Loading…
Cancel
Save