任务清单-->日常任务包列表处理 下发任务 修改任务处理

This commit is contained in:
maojiacai
2025-09-07 20:35:37 +08:00
parent f2faa2d5fd
commit 042c48fa96
10 changed files with 2163 additions and 15952 deletions

View File

@ -558,6 +558,26 @@ export const privateRoutes = [{
icon: "article-ranking"
}
},
{
path: "/service/taskPage",
component: () => import("@/views/backOfficeSystem/service/taskPage/dailyTaskPackage/index"),
name: "taskPage",
meta: {
title: '任务清单',
icon: "article-ranking"
},
children: [
{
path: "/taskPageIndex",
component: () => import("@/views/backOfficeSystem/service/taskPage/dailyTaskPackage/index"),
name: "taskPageIndex",
meta: {
title: '日常任务包',
icon: "article-ranking"
},
}
]
},
{
path: "/service/statutoryHolidays",
component: () => import("@/views/backOfficeSystem/service/statutoryHolidays/index"),