|
|
|
@ -17,7 +17,7 @@ export default [
|
|
|
|
|
name: "compositeIndex",
|
|
|
|
|
meta: {
|
|
|
|
|
head: true,
|
|
|
|
|
title: "综合指数",
|
|
|
|
|
title: "平安指数",
|
|
|
|
|
},
|
|
|
|
|
component: () => import("@/views/compositeIndex"),
|
|
|
|
|
},
|
|
|
|
@ -74,7 +74,7 @@ export default [
|
|
|
|
|
path: "/integration/safetyIndex",
|
|
|
|
|
name: "safetyIndex",
|
|
|
|
|
meta: {
|
|
|
|
|
title: "综合指数",
|
|
|
|
|
title: "平安指数",
|
|
|
|
|
},
|
|
|
|
|
component: () => import("@/views/safetyIndex"),
|
|
|
|
|
},
|
|
|
|
@ -90,7 +90,7 @@ export default [
|
|
|
|
|
path: "/integration/companyCanban",
|
|
|
|
|
name: "companyCanban",
|
|
|
|
|
meta: {
|
|
|
|
|
title: "综合指数",
|
|
|
|
|
title: "平安指数",
|
|
|
|
|
},
|
|
|
|
|
component: () => import("@/views/companyCanban"),
|
|
|
|
|
},
|
|
|
|
|