浏览代码

#修改已知问题

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