|
|
@ -1,4 +1,5 @@ |
|
|
|
import Layout from '@/views/layout/Layout' |
|
|
|
import AppMain from '@/views/layout/components/AppMain' |
|
|
|
|
|
|
|
const department = { |
|
|
|
path: '/department', |
|
|
@ -9,7 +10,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1', |
|
|
|
code: '0901', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '总经理工作部', |
|
|
|
meta: {title: '总经理工作部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -37,7 +38,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department104', |
|
|
|
code: '090104', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -51,7 +52,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department106', |
|
|
|
code: '090106', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -66,15 +67,15 @@ const department = { |
|
|
|
path: '/department108', |
|
|
|
code: '090108', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department2', |
|
|
|
code: '0902', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '计划营销部', |
|
|
|
meta: {title: '计划营销部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -102,7 +103,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department0204', |
|
|
|
code: '090204', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -116,7 +117,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department0206', |
|
|
|
code: '090206', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -131,15 +132,15 @@ const department = { |
|
|
|
path: '/department0208', |
|
|
|
code: '090208', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department3', |
|
|
|
code: '0903', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '财务管理部', |
|
|
|
meta: {title: '财务管理部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -167,7 +168,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department0304', |
|
|
|
code: '090304', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -181,7 +182,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department0306', |
|
|
|
code: '090306', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -196,15 +197,15 @@ const department = { |
|
|
|
path: '/department0308', |
|
|
|
code: '090308', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department4', |
|
|
|
code: '0904', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '人力资源部', |
|
|
|
meta: {title: '人力资源部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -232,7 +233,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department404', |
|
|
|
code: '090404', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -246,7 +247,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department406', |
|
|
|
code: '090406', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -261,15 +262,15 @@ const department = { |
|
|
|
path: '/department408', |
|
|
|
code: '090408', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department5', |
|
|
|
code: '0905', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '党群工作部', |
|
|
|
meta: {title: '党群工作部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -297,7 +298,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department504', |
|
|
|
code: '090504', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -311,7 +312,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department506', |
|
|
|
code: '090506', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -326,15 +327,15 @@ const department = { |
|
|
|
path: '/department508', |
|
|
|
code: '090508', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department6', |
|
|
|
code: '0906', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '纪委办公室(审计部)', |
|
|
|
meta: {title: '纪委办公室(审计部)', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -362,7 +363,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department604', |
|
|
|
code: '090604', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -376,7 +377,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department606', |
|
|
|
code: '090606', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -391,15 +392,15 @@ const department = { |
|
|
|
path: '/department608', |
|
|
|
code: '090608', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department7', |
|
|
|
code: '0907', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '燃料采购部', |
|
|
|
meta: {title: '燃料采购部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -427,7 +428,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department704', |
|
|
|
code: '090704', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -441,7 +442,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department706', |
|
|
|
code: '090706', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -456,15 +457,15 @@ const department = { |
|
|
|
path: '/department708', |
|
|
|
code: '090708', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department8', |
|
|
|
code: '0908', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '物资管理部', |
|
|
|
meta: {title: '物资管理部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -492,7 +493,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department0804', |
|
|
|
code: '090804', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -506,7 +507,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department0806', |
|
|
|
code: '090806', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -521,15 +522,15 @@ const department = { |
|
|
|
path: '/department0808', |
|
|
|
code: '090808', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department9', |
|
|
|
code: '0909', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '项目开发部', |
|
|
|
meta: {title: '项目开发部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -557,7 +558,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department0904', |
|
|
|
code: '090904', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -571,7 +572,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department0906', |
|
|
|
code: '090906', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -586,15 +587,15 @@ const department = { |
|
|
|
path: '/department0908', |
|
|
|
code: '090908', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department10', |
|
|
|
code: '0910', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '燃料质量验收部', |
|
|
|
meta: {title: '燃料质量验收部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -622,7 +623,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1004', |
|
|
|
code: '091004', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -636,7 +637,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1006', |
|
|
|
code: '091006', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -651,15 +652,15 @@ const department = { |
|
|
|
path: '/department1008', |
|
|
|
code: '091008', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department11', |
|
|
|
code: '0911', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '安全监督部', |
|
|
|
meta: {title: '安全监督部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -687,7 +688,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1104', |
|
|
|
code: '091104', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -701,7 +702,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1106', |
|
|
|
code: '091106', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -716,15 +717,15 @@ const department = { |
|
|
|
path: '/department1108', |
|
|
|
code: '091108', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department12', |
|
|
|
code: '0912', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '设备部', |
|
|
|
meta: {title: '设备部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -752,7 +753,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1204', |
|
|
|
code: '091204', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -766,7 +767,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1206', |
|
|
|
code: '091206', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -781,15 +782,15 @@ const department = { |
|
|
|
path: '/department1208', |
|
|
|
code: '091208', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department13', |
|
|
|
code: '0913', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '发电部', |
|
|
|
meta: {title: '发电部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -817,7 +818,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1304', |
|
|
|
code: '091304', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -831,7 +832,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1306', |
|
|
|
code: '091306', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -846,15 +847,15 @@ const department = { |
|
|
|
path: '/department1308', |
|
|
|
code: '091308', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department14', |
|
|
|
code: '0914', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '维护部', |
|
|
|
meta: {title: '维护部', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -882,7 +883,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1404', |
|
|
|
code: '091404', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -896,7 +897,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1406', |
|
|
|
code: '091406', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -911,15 +912,15 @@ const department = { |
|
|
|
path: '/department1408', |
|
|
|
code: '091408', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department15', |
|
|
|
code: '0915', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '热工专业', |
|
|
|
meta: {title: '热工专业', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -947,7 +948,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1504', |
|
|
|
code: '091504', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -961,7 +962,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1506', |
|
|
|
code: '091506', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -976,15 +977,15 @@ const department = { |
|
|
|
path: '/department1508', |
|
|
|
code: '091508', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/department16', |
|
|
|
code: '0916', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '电气专业', |
|
|
|
meta: {title: '电气专业', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
@ -1012,7 +1013,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1604', |
|
|
|
code: '091604', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作计划', |
|
|
|
meta: {title: '工作计划', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -1026,7 +1027,7 @@ const department = { |
|
|
|
{ |
|
|
|
path: '/department1606', |
|
|
|
code: '091606', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '资料下载', |
|
|
|
meta: {title: '资料下载', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -1041,8 +1042,8 @@ const department = { |
|
|
|
path: '/department1608', |
|
|
|
code: '091608', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '学习园地', |
|
|
|
meta: {title: '学习园地', noCache: false, affix: false}, |
|
|
|
name: '常用表格', |
|
|
|
meta: {title: '常用表格', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
} |
|
|
|