fuliqi
2024-11-29 ee5553f438eadb34a3261b718145e9e7f8a27580
src/router/index.js
@@ -179,25 +179,6 @@
      }
    ]
  },
  {
    path: '/project',
    component: Layout,
    children: [
      {
        path: '/plan/index',
        component: () => import('@/views/project/plan/index'),
        name: 'Index',
        meta: { title: '项目计划' }
      },
      /** 项目计划记录 */
      {
        path: '/plan/planRecord',
        component: () => import('@/views/project/plan/planRecord'),
        name: 'PlanRecord',
        meta: { title: '项目计划记录' }
      }
    ]
  },
]
// 动态路由,基于用户权限动态去加载