|
@@ -271,6 +271,7 @@ export const partRoutes = [
|
|
component: Layout,
|
|
component: Layout,
|
|
name: 'remark',
|
|
name: 'remark',
|
|
redirect: '/remark/list',
|
|
redirect: '/remark/list',
|
|
|
|
+ meta: { title: i18n.t('tab.remarkManage'), icon: 'el-icon-s-order', noCache: true },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'list',
|
|
path: 'list',
|
|
@@ -286,6 +287,7 @@ export const partRoutes = [
|
|
component: Layout,
|
|
component: Layout,
|
|
name: 'task',
|
|
name: 'task',
|
|
redirect: '/task/list',
|
|
redirect: '/task/list',
|
|
|
|
+ meta: { title: i18n.t('tab.taskManage'), icon: 'table', noCache: true },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'list',
|
|
path: 'list',
|