From 13ee3dca7491ecd49fb6c98e186b1086d0826ae4 Mon Sep 17 00:00:00 2001 From: lpq Date: Wed, 22 Feb 2023 01:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E9=9D=A2=E6=9B=B4=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LearningPath.vue | 5 +- src/views/projectcenter/ProjectAdd.vue | 113 +++++++++++++++++++++++- 2 files changed, 113 insertions(+), 5 deletions(-) diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index d6e6dbb7..115e3133 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -233,7 +233,7 @@ ? '2px solid rgba(78, 166, 255, 1)' : '1px solid #C7CBD2', 'background-image': 'url(' + item.value.split(',')[0] + ')', - display: index >= 5 ? 'none' : 'flex', + display: index >= 3 ? 'none' : 'flex', }" style="background-size: 100% 100%" > @@ -370,7 +370,7 @@
查看更多 @@ -1466,6 +1466,7 @@ export default { // state.imgData = ; // } }); + debugger const imgData = computed(() => store.state.router_pic); //添加权限 watch( diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index e0fa3030..c405fef2 100644 --- a/src/views/projectcenter/ProjectAdd.vue +++ b/src/views/projectcenter/ProjectAdd.vue @@ -1,5 +1,5 @@ -