|
@@ -15,7 +15,7 @@ const clubRoutes = [
|
|
|
path: 'list',
|
|
|
component: () => import('@/views/normal/club'),
|
|
|
name: 'ClubList',
|
|
|
- meta: { title: '机构列表', affix: true, noCache: true }
|
|
|
+ meta: { title: '机构列表', affix: true, noCache: false }
|
|
|
},
|
|
|
{
|
|
|
path: 'club-add',
|
|
@@ -27,7 +27,7 @@ const clubRoutes = [
|
|
|
path: 'logistics-licensed',
|
|
|
component: () => import('@/views/normal/club/logistics-licensed'),
|
|
|
name: 'ClubLogisticsLicensed',
|
|
|
- meta: { title: '授权牌物流', noCache: true }
|
|
|
+ meta: { title: '授权牌物流', noCache: false }
|
|
|
},
|
|
|
{
|
|
|
path: 'club-edit',
|
|
@@ -35,20 +35,12 @@ const clubRoutes = [
|
|
|
name: 'ClubEdit',
|
|
|
meta: { title: '修改机构', noCache: true }
|
|
|
},
|
|
|
- // 用户
|
|
|
- // {
|
|
|
- // path: 'user-list',
|
|
|
- // component: () => import('@/views/normal/club/user'),
|
|
|
- // name: 'ClubUserList',
|
|
|
- // hidden: true,
|
|
|
- // meta: { title: '登录用户', noCache: true }
|
|
|
- // },
|
|
|
// 设备
|
|
|
{
|
|
|
path: 'device-list',
|
|
|
component: () => import('@/views/normal/club/device'),
|
|
|
name: 'ClubDeviceList',
|
|
|
- meta: { title: '设备列表', noCache: true }
|
|
|
+ meta: { title: '设备列表', noCache: false }
|
|
|
},
|
|
|
{
|
|
|
path: 'device-bind',
|
|
@@ -72,7 +64,7 @@ const clubRoutes = [
|
|
|
path: 'device-cate',
|
|
|
component: () => import('@/views/normal/club/cate/index'),
|
|
|
name: 'ClubDeviceCate',
|
|
|
- meta: { title: '设备管理', noCache: true }
|
|
|
+ meta: { title: '设备管理', noCache: false }
|
|
|
},
|
|
|
{
|
|
|
path: 'device-cate-edit',
|