代码冲突处理

This commit is contained in:
‘huanghaiixia’
2026-03-19 18:04:52 +08:00
parent 4bdabe0058
commit 008778b689

View File

@ -356,14 +356,16 @@ 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',
name: 'LngSmsTemplate',
component: () => import('/@/views/system/LngSmsTemplate/LngSmsRecord.vue'),
meta: {
title: (route) => (route.query.formName || '短信记录')
}
},
}
]