This commit is contained in:
2020-10-12 16:15:31 +08:00
parent ab2be88b14
commit 4683d8882d
5 changed files with 253 additions and 0 deletions

View File

@@ -92,6 +92,10 @@ const routes: Array<RouteRecordRaw> = [
{
path: "liveing",
component: () => import("../views/regime/Liveing.vue")
},
{
path: "date",
component: () => import("../views/regime/date.vue")
}
]
},