feat(admin): 新增短信平台管理功能
- 新增短信主控服务和额度商品的API接口 - 添加短信平台管理菜单项,包含主控服务管理和额度商品管理子菜单 - 实现短信平台管理相关路由配置 - 创建短信额度商品管理页面,支持额度类型配置、商品管理等功
This commit is contained in:
@@ -149,6 +149,21 @@ export const menus = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/sms',
|
||||
title: '短信平台管理',
|
||||
icon: 'ChatDotRound',
|
||||
children: [
|
||||
{
|
||||
path: '/sms/service',
|
||||
title: '主控服务管理'
|
||||
},
|
||||
{
|
||||
path: '/sms/goods',
|
||||
title: '额度商品管理'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '虚拟化平台管理',
|
||||
icon: 'Platform',
|
||||
|
||||
Reference in New Issue
Block a user