This commit is contained in:
2025-05-09 14:57:18 +08:00
parent 1a7886450d
commit 52a270d27f
15 changed files with 657 additions and 69 deletions

View File

@@ -8,6 +8,7 @@ const routesMap = {
'appointed-task': () => import('../pages/merchant/pages/task-center/appointed-task.vue'),
'new-task': () => import('../pages/merchant/pages/task-center/new-task.vue'),
'look-min-task': () => import('../pages/merchant/pages/task-center/look-min-task.vue'),
'manage-materials': () => import('../pages/merchant/pages/task-center/manage-materials.vue'),
'communication-center': () => import('../pages/merchant/pages/communication-center/index.vue'),