@@ -54,7 +54,7 @@ export const constantRoutes = [
name: '定时任务',
path: 'timedtask',
component: () => import('@/views/timedTask/index'),
- hidden: false,
+ hidden: true,
meta: {
title: '定时任务'
}