下发任务 修改任务处理
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user