feat: 新增任务接口路由
This commit is contained in:
@@ -156,6 +156,14 @@ const router = createRouter({
|
||||
title: "银行",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "assignment",
|
||||
path: "assignment",
|
||||
component: () => import("../views/assignment/Index.vue"),
|
||||
meta: {
|
||||
title: "任务",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user