This commit is contained in:
2026-04-14 17:38:46 +08:00
commit b71e6d6bae
2848 changed files with 237896 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"code": 10000,
"msg": "操作成功",
"data": [
{
"name": "系统管理",
"icon": "layui-icon-login-wechat",
"subMenus": [
{
"name": "用户管理",
"icon": "layui-icon-star",
"url": "http://www.njedusoft.com:80/joauth2/user/"
},
{
"name": "登录日志",
"icon": "layui-icon-star",
"url": "http://www.njedusoft.com:80/joauth2/loginRecord/"
},
{
"name": "操作日志",
"icon": "layui-icon-star",
"url": "http://www.njedusoft.com:80/joauth2/log/"
}
],
"url": "javascript:;"
}
]
}