feat(admin): 新增短信平台管理功能
Build and Deploy Vue3 / build (push) Successful in 1m26s
Build and Deploy Vue3 / deploy (push) Successful in 35s

- 新增短信主控服务和额度商品的API接口
- 添加短信平台管理菜单项,包含主控服务管理和额度商品管理子菜单
- 实现短信平台管理相关路由配置
- 创建短信额度商品管理页面,支持额度类型配置、商品管理等功
This commit is contained in:
shiran
2026-06-07 18:25:13 +08:00
parent 84769954c4
commit 86794145f1
5 changed files with 1366 additions and 0 deletions
+15
View File
@@ -149,6 +149,21 @@ export const menus = [
}
]
},
{
path: '/sms',
title: '短信平台管理',
icon: 'ChatDotRound',
children: [
{
path: '/sms/service',
title: '主控服务管理'
},
{
path: '/sms/goods',
title: '额度商品管理'
}
]
},
{
title: '虚拟化平台管理',
icon: 'Platform',