|
@@ -5,19 +5,19 @@ export default {
|
|
|
name: 'ContactUSHome',
|
|
|
component: Layout,
|
|
|
redirect: '/contactus/index',
|
|
|
- meta: { title: '联系我们', icon: 'dashboard' },
|
|
|
+ meta: { title: '企业合作管理', icon: 'dashboard' },
|
|
|
children: [
|
|
|
{
|
|
|
path: '/contactus/index',
|
|
|
name: 'ContactUSHome',
|
|
|
component: () => import('@/views/contactUs/index'),
|
|
|
- meta: { title: '联系我们', icon: 'contactUs', breadcrumb: false }
|
|
|
+ meta: { title: '企业合作管理', icon: 'contactUs', breadcrumb: false }
|
|
|
},
|
|
|
{
|
|
|
path: '/contactus/detail',
|
|
|
name: 'ContactDetail',
|
|
|
component: () => import('@/views/contactUs/components/contactContent'),
|
|
|
- meta: { title: '联系我们详情', icon: 'dashboard', activeMenu: '/contactus/index' },
|
|
|
+ meta: { title: '企业合作管理详情', icon: 'dashboard', activeMenu: '/contactus/index' },
|
|
|
hidden: true
|
|
|
}
|
|
|
]
|