|
@@ -72,37 +72,37 @@ export default {
|
|
|
path: "/decision/pb",
|
|
|
isActive: false,
|
|
|
},
|
|
|
- {
|
|
|
- id: "health",
|
|
|
- text: "智慧检修",
|
|
|
- // path: '/sandtable',
|
|
|
- path: "/health/sandtable",
|
|
|
- isActive: false,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // id: "health",
|
|
|
+ // text: "智慧检修",
|
|
|
+ // // path: '/sandtable',
|
|
|
+ // path: "/health/sandtable",
|
|
|
+ // isActive: false,
|
|
|
+ // },
|
|
|
// {
|
|
|
// id: "decision",
|
|
|
// text: "决策支持",
|
|
|
// path: "/decision/decision1",
|
|
|
// isActive: false,
|
|
|
// },
|
|
|
- {
|
|
|
- id: "save",
|
|
|
- text: "安全管控",
|
|
|
- path: "/save",
|
|
|
- isActive: false,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // id: "save",
|
|
|
+ // text: "安全管控",
|
|
|
+ // path: "/save",
|
|
|
+ // isActive: false,
|
|
|
+ // },
|
|
|
// {
|
|
|
// id: "znbb",
|
|
|
// text: "智能报表",
|
|
|
// path: "/znbb/reportPandect",
|
|
|
// isActive: false,
|
|
|
// },
|
|
|
- {
|
|
|
- id: "others",
|
|
|
- text: "其他",
|
|
|
- path: "/others",
|
|
|
- isActive: false,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // id: "others",
|
|
|
+ // text: "其他",
|
|
|
+ // path: "/others",
|
|
|
+ // isActive: false,
|
|
|
+ // },
|
|
|
],
|
|
|
activeIndex: 0,
|
|
|
// menusDropdown: [
|