jc-wangyt преди 3 дни
родител
ревизия
410d57a93a
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      src/router/index.js

+ 5 - 5
src/router/index.js

@@ -125,13 +125,13 @@ export const constantRoutes = [
     path: '/bizoppmanage',
     component: Layout,
     redirect: 'index',
-    meta: { title: '商机运营', icon: 'dashboard', affix: true },
+    meta: { title: '商机效能管理', icon: 'dashboard', affix: true },
     children: [
       {
         path: 'index',
         component: () => import('@/views/bizoppmanage/index'),
         name: 'BizOppManage',
-        meta: { title: '商机运营', icon: 'dashboard', affix: true },
+        meta: { title: '商机效能管理', icon: 'dashboard', affix: true },
       },
       {
         path: 'bizoppdetails',
@@ -146,20 +146,20 @@ export const constantRoutes = [
     path: '/openMarketBid',
     component: Layout,
     redirect: 'index',
-    meta: { title: '公开市场', icon: 'dashboard', affix: true },
+    meta: { title: '公开市场效能管理', icon: 'dashboard', affix: true },
     children: [
       {
         path: 'index',
         component: () => import('@/views/openMarketBid/index'),
         name: 'OpenMarketBid',
-        meta: { title: '公开市场', icon: 'dashboard', affix: true },
+        meta: { title: '公开市场效能管理', icon: 'dashboard', affix: true },
       },
       {
         path: 'details',
         component: () => import('@/views/openMarketBid/details'),
         name: 'OpenMarketBidDetails',
         hidden: true,
-        meta: { title: '公开市场详情', noCache: true, icon: 'dashboard', breadcrumb: false },
+        meta: { title: '公开市场效能管理详情', noCache: true, icon: 'dashboard', breadcrumb: false },
       }
     ]
   },