Browse Source

#修改已知问题

jc-wangyt 3 days ago
parent
commit
410d57a93a
1 changed files with 5 additions and 5 deletions
  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 },
       }
     ]
   },