mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:添加字典项时下拉Tag功能,对接参数配置功能
This commit is contained in:
@ -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"),
|
||||
|
Reference in New Issue
Block a user