国际执行
This commit is contained in:
@ -326,6 +326,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
|
||||
title: (route) => route.query.formName
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ship/OpsSalesInt/createForm',
|
||||
name: 'OpsSalesInt',
|
||||
component: () => import('/@/views/ship/OpsSalesInt/components/createForm.vue'),
|
||||
meta: {
|
||||
title: (route) => route.query.formName
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user