diff --git a/src/assets/images/logo/mainmao.png b/src/assets/images/logo/mainmao.png new file mode 100644 index 0000000..c00b7d5 Binary files /dev/null and b/src/assets/images/logo/mainmao.png differ diff --git a/src/components/Chart32_Inspection(1).vue b/src/components/Chart32_Inspection(1).vue new file mode 100644 index 0000000..3ffced2 --- /dev/null +++ b/src/components/Chart32_Inspection(1).vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/src/components/Chart33_WavingBlades(1).vue b/src/components/Chart33_WavingBlades(1).vue new file mode 100644 index 0000000..f1c59cb --- /dev/null +++ b/src/components/Chart33_WavingBlades(1).vue @@ -0,0 +1,60 @@ + + + + + \ No newline at end of file diff --git a/src/components/Chart34_RecoveredGoods(1).vue b/src/components/Chart34_RecoveredGoods(1).vue new file mode 100644 index 0000000..bf24d52 --- /dev/null +++ b/src/components/Chart34_RecoveredGoods(1).vue @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file diff --git a/src/components/Chart35_SpecialForces(1).vue b/src/components/Chart35_SpecialForces(1).vue new file mode 100644 index 0000000..7c4210c --- /dev/null +++ b/src/components/Chart35_SpecialForces(1).vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/src/components/Chart36_Dialogue(1).vue b/src/components/Chart36_Dialogue(1).vue new file mode 100644 index 0000000..f42afbf --- /dev/null +++ b/src/components/Chart36_Dialogue(1).vue @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/src/views/App.vue b/src/views/App.vue index c9251d1..9f6ca25 100644 --- a/src/views/App.vue +++ b/src/views/App.vue @@ -1,31 +1,8 @@ -<<<<<<< HEAD -======= - - - - - - - 定位并高亮 - - {{ state.isAutoPlaying ? '停止播放' : '开始自动播放' }} - ->>>>>>> main @@ -33,63 +10,25 @@ diff --git a/src/views/Main.vue b/src/views/Main.vue index 203e78c..dc15e71 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -1,12 +1,12 @@ - + - + 最初首发者: {{ currentItem.earler }} 积极评论者:{{ currentItem.comenter @@ -104,6 +104,9 @@ + @@ -113,11 +116,7 @@ {{ item.name }} 粉丝数: {{ item.number }} 推荐监控频率{{ item.transmit }} - - @@ -213,7 +212,8 @@ import ScrollContainer from '@/components/ScrollContainer.vue'; import * as echarts from 'echarts'; import axios from 'axios'; import { useActionStore } from '@/store'; -// import { positionElement } from 'echarts/types/src/util/layout.js'; +import Chart32_Inspection from '@/components/Chart32_Inspection(1).vue'; + let myChart = null; const router = useRouter(); @@ -871,7 +871,7 @@ const startDataSwitchTimer = () => { }, TIMER.DATA_SWITCH_DURATION); timers.push(interval, timeout); }; - + // 添加组件引用 const appRef = ref(null); @@ -880,7 +880,7 @@ const handleLocationClick = (itemId) => { // 设置slider值为30并触发定位 state.sliderValue = 30; sliderChange(30); - + // 使用传入的itemId进行高亮 setTimeout(() => { highlightNode(itemId); diff --git a/src/views/Navigation.vue b/src/views/Navigation.vue index d4d8fa2..0392288 100644 --- a/src/views/Navigation.vue +++ b/src/views/Navigation.vue @@ -62,7 +62,7 @@ :class="{ active: route.path === '/Main' }" @click="goToPage('/Main')" > -