|
@@ -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: "字典表" },
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
|