|
@@ -20,14 +20,14 @@ const routes = [
|
|
|
path: 'paddy',
|
|
|
component: () => import('@/views/paddy/index'),
|
|
|
name: 'paddy',
|
|
|
- alwaysShow: true,
|
|
|
+ // alwaysShow: true,
|
|
|
meta: { title: '稻田', noCache: true, breadcrumb: true }
|
|
|
},
|
|
|
{
|
|
|
path: 'product',
|
|
|
component: () => import('@/views/product/index'),
|
|
|
name: 'product',
|
|
|
- alwaysShow: true,
|
|
|
+ // alwaysShow: true,
|
|
|
meta: { title: '产品', noCache: true, breadcrumb: true }
|
|
|
},
|
|
|
|
|
@@ -35,7 +35,7 @@ const routes = [
|
|
|
path: 'my',
|
|
|
component: () => import('@/views/my/index'),
|
|
|
name: 'my',
|
|
|
- alwaysShow: true,
|
|
|
+ // alwaysShow: true,
|
|
|
meta: { title: '我的', noCache: true, breadcrumb: true }
|
|
|
},
|
|
|
]
|