diff --git a/frontend/src/routers/modules/staticRouter.ts b/frontend/src/routers/modules/staticRouter.ts index be57067..2e03f60 100644 --- a/frontend/src/routers/modules/staticRouter.ts +++ b/frontend/src/routers/modules/staticRouter.ts @@ -116,20 +116,6 @@ export const staticRouter: RouteRecordRaw[] = [ component: () => import("@/components/ErrorMessage/404.vue"), }, ], - }, - { - path: "/system/dict-data/:code/:id(\\d+)", - name: "dictData", - component: () => import("@/views/system/dict/data.vue"), - meta: { - title: "字典数据", - icon: "List", - isLink: "", - isHide: false, - isFull: false, - isAffix: false, - isKeepAlive: false, - }, } ], }, diff --git a/frontend/src/views/system/dict/data.vue b/frontend/src/views/system/dict/data.vue index d62077b..21cd573 100644 --- a/frontend/src/views/system/dict/data.vue +++ b/frontend/src/views/system/dict/data.vue @@ -1,40 +1,42 @@