feat:添加字典项时下拉Tag功能,对接参数配置功能

This commit is contained in:
AN
2025-04-03 15:32:37 +08:00
parent 7f781112a9
commit ce4c086473
12 changed files with 117 additions and 45 deletions

View File

@ -21,6 +21,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
"iframe-page": () => import("@/views/_builtin/iframe-page/[url].vue"),
login: () => import("@/views/_builtin/login/index.vue"),
home: () => import("@/views/home/index.vue"),
system_config: () => import("@/views/system/config/index.vue"),
system_dict_data: () => import("@/views/system/dict/data/index.vue"),
system_dict: () => import("@/views/system/dict/index.vue"),
system_dict_type: () => import("@/views/system/dict/type/index.vue"),