diff --git a/front/src/assets/newHome/newHome-title-bg.png b/front/src/assets/newHome/newHome-title-bg.png
index f86a4c1a..0fcd7839 100644
Binary files a/front/src/assets/newHome/newHome-title-bg.png and b/front/src/assets/newHome/newHome-title-bg.png differ
diff --git a/front/src/views/assignCase/components/queryPage.vue b/front/src/views/assignCase/components/queryPage.vue
index bba9c30b..97f3dfa6 100644
--- a/front/src/views/assignCase/components/queryPage.vue
+++ b/front/src/views/assignCase/components/queryPage.vue
@@ -54,11 +54,7 @@
:key="index"
>
{{ item.name }}
diff --git a/front/src/views/capabilityCloud/components/ApplicationResources.vue b/front/src/views/capabilityCloud/components/ApplicationResources.vue
index 6c4fa714..9e1ece3f 100644
--- a/front/src/views/capabilityCloud/components/ApplicationResources.vue
+++ b/front/src/views/capabilityCloud/components/ApplicationResources.vue
@@ -1,8 +1,8 @@
@@ -262,6 +262,7 @@
}
onMounted(() => {
+ echarts.init(document.getElementById('echarts-box2')).dispose()
const chart = document.getElementById('echarts-box2')
if (chart) {
myChart = echarts.init(chart)
diff --git a/front/src/views/capabilityCloud/components/PlatformOverview.vue b/front/src/views/capabilityCloud/components/PlatformOverview.vue
index 3b68b35d..c7800e38 100644
--- a/front/src/views/capabilityCloud/components/PlatformOverview.vue
+++ b/front/src/views/capabilityCloud/components/PlatformOverview.vue
@@ -1,8 +1,8 @@
@@ -172,6 +172,7 @@
series: lineY,
}
onMounted(() => {
+ echarts.init(document.getElementById('echarts-box')).dispose()
trafficStatistics({
startDate: dateList[0],
endDate: dateList[dateList.length - 1],
diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue
index cbd13c6e..edc0a605 100644
--- a/front/src/views/home/components/header.vue
+++ b/front/src/views/home/components/header.vue
@@ -326,7 +326,7 @@
.name-bg {
height: 0.6rem;
width: 0.6rem;
- // background: url('~@/assets/newHome/newHome-title-bg.png') no-repeat;
+ background: url('~@/assets/newHome/newHome-title-bg.png') no-repeat;
background-size: 100%;
margin-right: 0.15rem;
}