下发任务 修改任务处理

This commit is contained in:
maojiacai
2025-09-07 21:33:05 +08:00
parent 5cd52c4d2c
commit 8aad9f302f
20 changed files with 1248 additions and 36 deletions

View File

@ -61,6 +61,26 @@ const routes = [{
name: "my",
component: () => import("../pages/my/index"),
},
{
path: "/collectPage",
name: "collectPage",
component: () => import("../pages/collectPage/index"),
},
{
path: "/collectAndAdd",
name: "collectAndAdd",
component: () => import("../pages/collectPage/collectAndAdd"),
},
{
path: "/clockInPage",
name: "clockInPage",
component: () => import("../pages/clockInPage/index"),
},
{
path: "/patrolList",
name: "patrolList",
component: () => import("../pages/patrolList/index"),
},
{
path: "/dqLocation",
name: "dqLocation",
@ -499,4 +519,4 @@ const router = createRouter({
}
})
export default router;
export default router;