- 短信服务 签名,添加后台管理

This commit is contained in:
sin-ning@aliyun.com
2019-05-26 18:17:17 +08:00
parent 24a7542704
commit e425d22bf7
14 changed files with 1156 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ export default [
path: '/promotion/full-privilege-list',
name: 'full-privilege-list',
component: './Promotion/FullPrivilegeList',
}
},
],
},
// pay
@@ -173,6 +173,24 @@ export default [
},
],
},
// sms
{
path: '/sms',
name: 'sms',
icon: 'user',
routes: [
{
path: '/sms/sign-list',
name: 'sign-list',
component: './Sms/SignList',
},
{
path: '/sms/template-list',
name: 'template-list',
component: './Sms/TemplateList',
},
],
},
{
path: '/dashboard',
name: 'dashboard',