mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -20,6 +20,32 @@ const apiRouters = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/doc",
|
||||
meta: {
|
||||
title: "文档管理",
|
||||
icon: "ep:document",
|
||||
rank: 10
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/doc/setting",
|
||||
name: "DocSetting",
|
||||
meta: {
|
||||
title: "基础配置",
|
||||
roles: ["admin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/doc/list",
|
||||
name: "DocList",
|
||||
meta: {
|
||||
title: "文档列表",
|
||||
roles: ["admin"]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/isv",
|
||||
meta: {
|
||||
@@ -44,35 +70,9 @@ const apiRouters = [
|
||||
roles: ["admin"]
|
||||
}
|
||||
}
|
||||
],
|
||||
}
|
||||
,
|
||||
{
|
||||
path: "/doc",
|
||||
meta: {
|
||||
title: "文档管理",
|
||||
icon: "ep:document",
|
||||
rank: 10
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/doc/setting",
|
||||
name: "DocSetting",
|
||||
meta: {
|
||||
title: "基础配置",
|
||||
roles: ["admin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/doc/index",
|
||||
name: "DocList",
|
||||
meta: {
|
||||
title: "文档管理",
|
||||
roles: ["admin"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
// ,
|
||||
// {
|
||||
// path: "/sys",
|
||||
|
Reference in New Issue
Block a user