|
|
@@ -172,14 +172,14 @@ export const constantRoutes = [
|
|
|
redirect: 'noRedirect',
|
|
|
hidden: false,
|
|
|
alwaysShow: true,
|
|
|
- meta: { title: '任务管理', icon : "system" },
|
|
|
+ meta: { title: '任务管理', icon : "" },
|
|
|
children: [{
|
|
|
path: 'index',
|
|
|
component: (resolve) => require(['@/views/taskManagement/todo/index'], resolve),
|
|
|
- name: 'Test',
|
|
|
+ name: 'todo',
|
|
|
meta: {
|
|
|
title: '代办任务',
|
|
|
- icon: 'user'
|
|
|
+ icon: ''
|
|
|
}
|
|
|
}]
|
|
|
}
|