This commit is contained in:
lq
2025-09-04 15:48:06 +08:00
parent 835032ad3a
commit e235d36ee7
4 changed files with 41 additions and 64 deletions

View File

@ -84,6 +84,19 @@ const COMPONENTS: AppRouteRecordRaw[] = [
},
component: () => import('@/views/property-marketing/assignment-management/index.vue'),
},
{
path: 'management-detail/:id',
name: 'managementDetail',
meta: {
locale: '任务详情',
requiresAuth: true,
requireLogin: true,
roles: ['*'],
hideInMenu: true,
activeMenu: 'MediaAccountAccountDashboard',
},
component: () => import('@/views/property-marketing/assignment-management/managementDetail.vue'),
},
{
path: 'detail/:id',
name: 'MediaAccountAccountDetails',