From 6ce22cfc48d2a583e1a252a33adc2e9ba12cad61 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Wed, 1 Jun 2022 15:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BE=E7=A8=8B=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/tools.js b/src/utils/tools.js index 74b7f61f..05cd64b6 100644 --- a/src/utils/tools.js +++ b/src/utils/tools.js @@ -74,7 +74,7 @@ export function toContentType(fileType) { // } export function courseType(type) { const maps = { - 10: '微课', + 10: '录播课', 21: '在线课(直播)', 20: '录播课', 30: '线下课',