修改字典数据为弹窗、表单验证
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user