|
@@ -12,13 +12,14 @@ const clubRouter = {
|
|
|
path: 'list',
|
|
|
name: 'List',
|
|
|
component: () => import('@/views/club/list'),
|
|
|
- meta: { title: '会所列表', icon: 'list' }
|
|
|
+ meta: { title: '会所列表', icon: 'tree' }
|
|
|
},
|
|
|
{
|
|
|
path: 'form',
|
|
|
name: 'Form',
|
|
|
component: () => import('@/views/club/form'),
|
|
|
- meta: { title: '上线会所', icon: 'form' }
|
|
|
+ meta: { title: '上线会所', icon: 'form' },
|
|
|
+ hidden: true
|
|
|
},
|
|
|
{
|
|
|
path: 'operateList',
|