|
@@ -6,20 +6,20 @@ const clubRouter = {
|
|
|
component: Layout,
|
|
|
redirect: '/club/list',
|
|
|
name: 'Club',
|
|
|
- meta: { title: '会所管理', icon: 'ma-club' },
|
|
|
+ meta: { title: '机构管理', icon: 'ma-club' },
|
|
|
alwaysShow: true,
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'List',
|
|
|
component: () => import('@/views/club/list'),
|
|
|
- meta: { title: '会所列表', icon: 'ma-club-list' }
|
|
|
+ meta: { title: '机构列表', icon: 'ma-club-list' }
|
|
|
},
|
|
|
{
|
|
|
path: 'form',
|
|
|
name: 'Form',
|
|
|
component: () => import('@/views/club/form'),
|
|
|
- meta: { title: '上线会所', icon: 'ma-club-form' },
|
|
|
+ meta: { title: '上线机构', icon: 'ma-club-form' },
|
|
|
hidden: true
|
|
|
},
|
|
|
{
|
|
@@ -33,7 +33,7 @@ const clubRouter = {
|
|
|
path: 'editForm',
|
|
|
component: () => import('@/views/club/editForm'),
|
|
|
name: 'EditForm',
|
|
|
- meta: { title: '编辑会所', noCache: true, activeMenu: '/club/list' },
|
|
|
+ meta: { title: '编辑机构', noCache: true, activeMenu: '/club/list' },
|
|
|
hidden: true
|
|
|
}
|
|
|
]
|