From 7c9b886ebd7897490d191f49c4e689960c0eee3d 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=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?=
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 4c21384e..c715f10a 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 }}
+
+
+
@@ -460,6 +463,7 @@ export default {
data() {
return {
hotTagsList: [],
+ menuActiveIndex: '-1', //无默认选中
newData: false,//线上品牌系列隐藏
navTitle: [],
// 设置高亮
@@ -1661,6 +1665,38 @@ export default {