合并代码

This commit is contained in:
‘huanghaiixia’
2026-03-19 17:56:39 +08:00
6 changed files with 222 additions and 14 deletions

View File

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