From 38b2028c6b03b0c5e77221b6d0fa154ee6b428a0 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Wed, 26 Jun 2024 11:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/course/chapter-add-or-update.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/modules/course/chapter-add-or-update.vue b/src/views/modules/course/chapter-add-or-update.vue index 5f2e3ae..108b08f 100644 --- a/src/views/modules/course/chapter-add-or-update.vue +++ b/src/views/modules/course/chapter-add-or-update.vue @@ -216,7 +216,6 @@ export default { }, typeList: [ //类型0普通1加密 - { dictType: 0, dictValue: "普通" @@ -224,6 +223,10 @@ export default { { dictType: 1, dictValue: "加密" + }, + { + dictType: 2, + dictValue: "mp3" } ], gushuList: [],