luohailiang 2 年之前
父节点
当前提交
086d9209eb
共有 1 个文件被更改,包括 14 次插入14 次删除
  1. 14 14
      src/router/index.js

+ 14 - 14
src/router/index.js

@@ -249,20 +249,20 @@ export const allRoutes = [
           },
           },
         ],
         ],
       },
       },
-      {
-        path: "zdb",
-        // name: 'zdb',
-        component: MainDefaultLayout,
-        meta: { title: "字典表" },
-        children: [
-          {
-            path: "",
-            name: "zdb",
-            component: () => import("@/views/xtgl/zdb/index.vue"),
-            meta: { title: "字典表" },
-          },
-        ],
-      },
+      // {
+      //   path: "zdb",
+      //   // name: 'zdb',
+      //   component: MainDefaultLayout,
+      //   meta: { title: "字典表" },
+      //   children: [
+      //     {
+      //       path: "",
+      //       name: "zdb",
+      //       component: () => import("@/views/xtgl/zdb/index.vue"),
+      //       meta: { title: "字典表" },
+      //     },
+      //   ],
+      // },
     ],
     ],
   },
   },