This commit is contained in:
六如
2024-12-12 22:05:25 +08:00
parent 28808ab1e3
commit 3e06fcd799
89 changed files with 3823 additions and 953 deletions

View File

@@ -12,8 +12,8 @@ const apiRouters = [
},
children: [
{
path: "/serve/api/index",
name: "ApiManage",
path: "/serve/api",
name: "ServeApi",
meta: {
title: "接口管理",
roles: ["admin"]
@@ -56,8 +56,8 @@ const apiRouters = [
},
children: [
{
path: "/isv/list/index",
name: "IsvManage",
path: "/isv/list",
name: "IsvList",
meta: {
title: "ISV列表",
roles: ["admin"]
@@ -65,7 +65,7 @@ const apiRouters = [
},
{
path: "/isv/perm/permGroup",
name: "PermGroup",
name: "IsvPermPermGroup",
meta: {
title: "分组管理",
roles: ["admin"]