直播学生列表

This commit is contained in:
asd
2020-10-23 09:00:02 +08:00
parent bf3ba7228e
commit a97f2448e7
7 changed files with 281 additions and 21 deletions

View File

@@ -81,6 +81,10 @@ const routes: Array<RouteRecordRaw> = [
path: "subscriber",
component: () => import("../views/regime/Subscriber.vue")
},
{
path: "studentlist",
component: () => import("../views/regime/SignupStu.vue")
},
{
path: "live",
component: () => import("../views/regime/Live.vue")