|
@@ -42,16 +42,16 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_integratedAlarm"],
|
|
|
},
|
|
|
children: [
|
|
|
- {
|
|
|
- path: "detailmatrix", // 明细矩阵
|
|
|
- name: "DetailMatrix",
|
|
|
- component: () => import("@/views/IntegratedAlarm/DetailMatrix"),
|
|
|
- meta: {
|
|
|
- title: "矩阵提醒",
|
|
|
- icon: "svg-mx-matrix",
|
|
|
- permissions: ["jn_mxjz"],
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: "detailmatrix", // 明细矩阵
|
|
|
+ // name: "DetailMatrix",
|
|
|
+ // component: () => import("@/views/IntegratedAlarm/DetailMatrix"),
|
|
|
+ // meta: {
|
|
|
+ // title: "矩阵提醒",
|
|
|
+ // icon: "svg-mx-matrix",
|
|
|
+ // permissions: ["jn_mxjz"],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
path: "safe", // 综合报警
|
|
|
name: "safe",
|