任务管理

This commit is contained in:
lq
2025-08-29 14:05:27 +08:00
parent c469ddd0d6
commit c082aa926c
5 changed files with 1079 additions and 3 deletions

View File

@ -71,7 +71,18 @@ const COMPONENTS: AppRouteRecordRaw[] = [
requireLogin: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/media-account/account-dashboard/index.vue'),
component: () => import('@/views/property-marketing/media-account/account-dashboard/index.vue'),
},
{
path: 'management',
name: 'assignmentManagement',
meta: {
locale: '任务管理',
// requiresAuth: true,
// requireLogin: true,
// roles: ['*'],
},
component: () => import('@/views/property-marketing/assignment-management/index.vue'),
},
{
path: 'detail/:id',
@ -121,7 +132,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
requireLogin: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/put-account/account-data/index.vue'),
component: () => import('@/views/property-marketing/put-account/account-data/index.vue'),
},
{
path: 'account-dashboard',