----短信发送记录完成

This commit is contained in:
2026-03-19 09:23:08 +08:00
parent 6cfb1c77c5
commit 7f9dc11e54
7 changed files with 223 additions and 13 deletions

View File

@ -350,6 +350,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => route.query.formName
}
},
{
path: '/system/LngSmsTemplate/LngSmsRecord',
name: 'LngDemand',
component: () => import('/@/views/system/LngSmsTemplate/LngSmsRecord.vue'),
meta: {
title: (route) => (route.query.formName || '短信记录')
}
},
]