修改课程类型

This commit is contained in:
lmj
2022-06-01 15:42:52 +08:00
parent f3d5577f58
commit 6ce22cfc48

View File

@@ -74,7 +74,7 @@ export function toContentType(fileType) {
// }
export function courseType(type) {
const maps = {
10: '课',
10: '录播课',
21: '在线课(直播)',
20: '录播课',
30: '线下课',