mirror of
https://gitee.com/technical-laohu/mpay_v2_webman.git
synced 2026-04-24 11:04:26 +08:00
1. 调整异常处理类
2. 统一职责分工 3. 清除多余代码
This commit is contained in:
27
config/base-config/tabs.json
Normal file
27
config/base-config/tabs.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user