代码冲突处理
This commit is contained in:
@ -356,14 +356,16 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
|
|||||||
component: () => import('/@/views/dayPlan/LngAppro/components/createForm.vue'),
|
component: () => import('/@/views/dayPlan/LngAppro/components/createForm.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: (route) => route.query.formName
|
title: (route) => route.query.formName
|
||||||
path: '/system/LngSmsTemplate/LngSmsRecord',
|
}
|
||||||
name: 'LngDemand',
|
},
|
||||||
component: () => import('/@/views/system/LngSmsTemplate/LngSmsRecord.vue'),
|
{
|
||||||
meta: {
|
path: '/system/LngSmsTemplate/LngSmsRecord',
|
||||||
title: (route) => (route.query.formName || '短信记录')
|
name: 'LngSmsTemplate',
|
||||||
}
|
component: () => import('/@/views/system/LngSmsTemplate/LngSmsRecord.vue'),
|
||||||
},
|
meta: {
|
||||||
}
|
title: (route) => (route.query.formName || '短信记录')
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user