ソースを参照

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

qinzhipeng_v@didiglobal.com 4 年 前
コミット
d82c0ad725
2 ファイル変更8 行追加9 行削除
  1. 0 1
      src/router/index.js
  2. 8 8
      src/router/newRouter.js

+ 0 - 1
src/router/index.js

@@ -173,7 +173,6 @@ export const constantRoutes = [{
   }
   ]
 },
-
 {
   path: '/onlineProblem',
   name: '线上问题',

+ 8 - 8
src/router/newRouter.js

@@ -192,14 +192,14 @@ const layout = [
         component: () => import('@/views/projectManage/taskList/versionsCalendar'),
         meta: { title: '版本日历' }
       },
-      {
-        path: 'onlineProblem',
-        name: '线上问题 ',
-        icon: 'problem',
-        cutOff: true,
-        component: () => import('@/views/projectManage/onlineproblem'),
-        meta: { title: '线上问题 ' }
-      },
+      // {
+      //   path: 'onlineProblem',
+      //   name: '线上问题 ',
+      //   icon: 'problem',
+      //   cutOff: true,
+      //   component: () => import('@/views/projectManage/onlineproblem'),
+      //   meta: { title: '线上问题 ' }
+      // },
       {
         path: 'useCasePage',
         name: '测试用例',