This commit is contained in:
六如
2024-12-01 13:10:32 +08:00
parent 09330a7431
commit c0cfdbafd9
22 changed files with 1584 additions and 513 deletions

View File

@@ -20,6 +20,14 @@ const permissionRouter = {
meta: {
title: "API文档"
}
},
{
path: "/doc/sign",
name: "DocSign",
meta: {
title: "签名算法",
showLink: false
}
}
]
};