mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user