瀏覽代碼

隐藏矩阵

sunzehao 4 月之前
父節點
當前提交
85b8ecb357
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10 10
      src/router/index.js

+ 10 - 10
src/router/index.js

@@ -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",