|
|
@ -7,14 +7,16 @@ const menuConfig = [
|
|
|
|
title: "首页",
|
|
|
|
title: "首页",
|
|
|
|
path: "/main",
|
|
|
|
path: "/main",
|
|
|
|
name: "home",
|
|
|
|
name: "home",
|
|
|
|
role: "all"
|
|
|
|
role: "all",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "整体概况",
|
|
|
|
title: "整体概况",
|
|
|
|
path: "/whole",
|
|
|
|
path: "/whole",
|
|
|
|
name: "wholePage",
|
|
|
|
name: "wholePage",
|
|
|
|
iconType: "icon-caidan",
|
|
|
|
iconType: "icon-paikeguanli",
|
|
|
|
role: ["city", "county", "district"],
|
|
|
|
role: ["city", "county", "district"],
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -46,6 +48,7 @@ const menuConfig = [
|
|
|
|
name: "resourcesPage",
|
|
|
|
name: "resourcesPage",
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
iconType: "icon-zichanlvli",
|
|
|
|
iconType: "icon-zichanlvli",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -84,6 +87,7 @@ const menuConfig = [
|
|
|
|
name: "teamBuildingPage",
|
|
|
|
name: "teamBuildingPage",
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
iconType: "icon-wodehuiyi1",
|
|
|
|
iconType: "icon-wodehuiyi1",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -122,6 +126,7 @@ const menuConfig = [
|
|
|
|
name: "courseBuildingPage",
|
|
|
|
name: "courseBuildingPage",
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
iconType: "icon-wangluoxunke",
|
|
|
|
iconType: "icon-wangluoxunke",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -130,6 +135,7 @@ const menuConfig = [
|
|
|
|
name: "specialSetPage",
|
|
|
|
name: "specialSetPage",
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
iconType: "icon-yingyongqingkuang",
|
|
|
|
iconType: "icon-yingyongqingkuang",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -168,6 +174,7 @@ const menuConfig = [
|
|
|
|
name: "qualityMonitorPage",
|
|
|
|
name: "qualityMonitorPage",
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
role: ["city", "county", "district", "school"],
|
|
|
|
iconType: "icon-gerenhecha",
|
|
|
|
iconType: "icon-gerenhecha",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -200,5 +207,59 @@ const menuConfig = [
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "政策方针",
|
|
|
|
|
|
|
|
path: "/policy",
|
|
|
|
|
|
|
|
name: "policyPage",
|
|
|
|
|
|
|
|
role: "public",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
|
|
|
|
iconType:"icon-wodegongwen",
|
|
|
|
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "会议动态",
|
|
|
|
|
|
|
|
path: "/meetingInfo",
|
|
|
|
|
|
|
|
name: "meetingInfoPage",
|
|
|
|
|
|
|
|
role: "public",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
|
|
|
|
iconType:"icon-yuyuehuiyishi",
|
|
|
|
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "信息宣传",
|
|
|
|
|
|
|
|
path: "/info",
|
|
|
|
|
|
|
|
name: "infoPage",
|
|
|
|
|
|
|
|
role: "public",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
|
|
|
|
iconType:"icon--tongzhi",
|
|
|
|
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "工作要点",
|
|
|
|
|
|
|
|
path: "/workPoint",
|
|
|
|
|
|
|
|
name: "workPointPage",
|
|
|
|
|
|
|
|
role: "public",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
|
|
|
|
iconType:"icon-quanbuxinwen",
|
|
|
|
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "评估指标",
|
|
|
|
|
|
|
|
path: "/target",
|
|
|
|
|
|
|
|
name: "targetPage",
|
|
|
|
|
|
|
|
role: "public",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
|
|
|
|
iconType:"icon-jihuatongji",
|
|
|
|
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "评估结果",
|
|
|
|
|
|
|
|
path: "/evaluationResult",
|
|
|
|
|
|
|
|
name: "evaluationResultPage",
|
|
|
|
|
|
|
|
role: "public",
|
|
|
|
|
|
|
|
show:true,
|
|
|
|
|
|
|
|
iconType:"icon-zongjietongji",
|
|
|
|
|
|
|
|
component: () => import("./page/businessPages/pageIndex.vue"),
|
|
|
|
|
|
|
|
},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
export default menuConfig;
|
|
|
|
export default menuConfig;
|
|
|
|