feat:完善字典管理模块

This commit is contained in:
unknown
2026-01-04 20:05:42 +08:00
parent f69d83d3ea
commit 80eec42473
26 changed files with 1478 additions and 151 deletions

View File

@@ -147,8 +147,11 @@ const addDynamicRoutes = async () => {
allRoutes = [
{
code: "stage",
name: "后台管理",
name: "管理中心",
icon: "",
meta:{
title:'管理中心'
},
children: backendResponse,
},
];