+
+ 路径图背景
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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 @@
-
+
+