From 765dc32d72ba80f701ec2f5bb01948a0518b2b4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E4=BE=9D=E6=A2=A6?= <15822465730@163.com>
Date: Mon, 17 Nov 2025 16:11:14 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=88=97=E8=A1=A8=E4=BE=A7?=
=?UTF-8?q?=E8=BE=B9=E6=A0=8F=E4=BF=AE=E6=94=B9=20=20=E8=AF=BE=E7=A8=8B?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E8=AF=84=E5=88=86=E4=BF=AE=E6=94=B9=20=20?=
=?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85=E7=AB=A0=E8=8A=82=E7=9B=AE?=
=?UTF-8?q?=E5=BD=95=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/portal/course/Index.vue | 81 ++++++++++++++++++++++++++-----
src/views/study/coursenew.vue | 45 +++++++++++++++--
2 files changed, 108 insertions(+), 18 deletions(-)
diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue
index a9aeea84..f5775970 100644
--- a/src/views/portal/course/Index.vue
+++ b/src/views/portal/course/Index.vue
@@ -39,16 +39,14 @@
:class="{ courseTwoActive: twoList.id == twoId || twoList.checked }" @mouseleave.stop="leaveIndex"
@mouseenter.stop="changeIndex(twoList.id)">
-
- {{
- twoList.name }}
-
-
-
-
- {{ twoList.name }}
-
+
+
+
+
+ {{ twoList.name }}
+
+
+
-
-
+
+
+
+ {{ twoList.name }}
+
+
+
@@ -477,6 +480,7 @@ export default {
data() {
return {
hotTagsList: [],
+ menuActiveIndex: '-1', //无默认选中
newData: false,//线上品牌系列隐藏
navTitle: [],
// 设置高亮
@@ -1678,6 +1682,38 @@ export default {