浏览代码

研发打卡修改

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