完成交班

This commit is contained in:
魏啾
2024-03-07 09:47:06 +08:00
parent 5d96435125
commit dc2d7124d0
6 changed files with 629 additions and 10 deletions

View File

@@ -47,6 +47,22 @@ const routes = [
index: 1,
},
component: () => import("@/views/member/index.vue"),
},
{
path: "/work",
name: "work",
meta: {
index: 1,
},
component: () => import("@/views/work/index.vue"),
},
{
path: "/workrecord",
name: "workrecord",
meta: {
index: 1,
},
component: () => import("@/views/work/record.vue"),
}
];