소스 검색

研发打卡修改

anderx 2 년 전
부모
커밋
2dda272a23
2개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. 0 14
      ruoyi-ui/src/router/index.js
  2. 0 0
      ruoyi-ui/src/views/project/list/index.vue

+ 0 - 14
ruoyi-ui/src/router/index.js

@@ -162,20 +162,6 @@ export const dynamicRoutes = [
       }
     ]
   }
-  ,{
-    path: '/project',
-    component: Layout,
-    hidden: false,
-    permissions: ['*:*:*'],
-    children: [
-      {
-        path: 'list',
-        component: () => import('@/views/project/index'),
-        name: 'projectList',
-        meta: { title: '项目列表', activeMenu: '/project/list' }
-      }
-    ]
-  }
 
 ]
 

ruoyi-ui/src/views/project/index.vue → ruoyi-ui/src/views/project/list/index.vue