feat:完善字典管理模块
This commit is contained in:
@@ -147,8 +147,11 @@ const addDynamicRoutes = async () => {
|
||||
allRoutes = [
|
||||
{
|
||||
code: "stage",
|
||||
name: "后台管理",
|
||||
name: "管理中心",
|
||||
icon: "",
|
||||
meta:{
|
||||
title:'管理中心'
|
||||
},
|
||||
children: backendResponse,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user