Files
mpay_v2_webman/config/base-config/tabs.json
技术老胡 d5a134d3a8 1. 调整异常处理类
2. 统一职责分工
3. 清除多余代码
2026-02-24 13:37:35 +08:00

28 lines
634 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"key": "basic",
"title": "基础设置",
"icon": "settings",
"description": "配置系统基础信息包括站点名称、Logo、备案号等",
"sort": 1,
"disabled": false
},
{
"key": "email",
"title": "邮件设置",
"icon": "email",
"description": "配置邮件服务器相关参数包括SMTP服务器、端口、账号密码等",
"sort": 2,
"disabled": false
},
{
"key": "permission",
"title": "权限设置",
"icon": "lock",
"description": "配置系统权限相关参数,预留权限控制功能",
"sort": 3,
"disabled": false
}
]