This commit is contained in:
asd
2020-10-10 11:33:21 +08:00
parent 598b1f8112
commit 9bd5ceb10f
14 changed files with 728 additions and 6 deletions

View File

@@ -84,6 +84,14 @@ const routes: Array<RouteRecordRaw> = [
{
path: "live",
component: () => import("../views/regime/Live.vue")
},
{
path: "livedetail",
component: () => import("../views/regime/Livedetail.vue")
},
{
path: "liveing",
component: () => import("../views/regime/Liveing.vue")
}
]
},