字典管理

This commit is contained in:
仲么了
2024-01-22 19:13:58 +08:00
parent e13c9080e6
commit 4f285a61e5
9 changed files with 709 additions and 134 deletions

View File

@@ -138,6 +138,7 @@ const init = async () => {
]
const handlerMenu = (data: any) => {
data.forEach((item: any) => {
item.routePath = item.routePath[0] == '/' ? item.routePath.substring(1, item.routePath.length) : item.routePath
item.path = item.routePath
item.name = item.title
item.keepalive = item.routePath