Kaynağa Gözat

修改联系我们路由名称

lazy 5 ay önce
ebeveyn
işleme
df7a449272
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/router/moudules/contactUs.js

+ 3 - 3
src/router/moudules/contactUs.js

@@ -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
     }
   ]