|
|
@@ -66,7 +66,10 @@ import ButtonGroup from '@/components/ui/ButtonGroup.vue';
|
|
|
import { makeTrafficTimeSpaceData } from '@/mock/data';
|
|
|
import testVideo1 from '@/assets/videos/video1.mp4';
|
|
|
import testVideo2 from '@/assets/videos/video2.mp4';
|
|
|
-import testImg1 from '@/assets/test_img1.png';
|
|
|
+import arrow1 from '@/assets/images/arrow_1.png';
|
|
|
+import arrow2 from '@/assets/images/arrow_2.png';
|
|
|
+import arrow3 from '@/assets/images/arrow_3.png';
|
|
|
+import arrow4 from '@/assets/images/arrow_4.png';
|
|
|
|
|
|
|
|
|
export default {
|
|
|
@@ -581,10 +584,10 @@ export default {
|
|
|
btnText: '立即解锁',
|
|
|
btnType: 'normal',
|
|
|
phases: [
|
|
|
- { id: 1, icon: '↑', img: testImg1, active: false },
|
|
|
- { id: 2, icon: '↰', img: testImg1, active: false },
|
|
|
- { id: 3, icon: '↑', img: testImg1, active: true }, // 当前激活相位
|
|
|
- { id: 4, icon: '↰', img: testImg1, active: false }
|
|
|
+ { id: 1, icon: '↑', img: arrow1, active: false },
|
|
|
+ { id: 2, icon: '↰', img: arrow2, active: false },
|
|
|
+ { id: 3, icon: '↑', img: arrow3, active: true }, // 当前激活相位
|
|
|
+ { id: 4, icon: '↰', img: arrow4, active: false }
|
|
|
],
|
|
|
// 传给你原有的 IntersectionMapVideos 组件的数据
|
|
|
mapData: {
|
|
|
@@ -614,10 +617,10 @@ export default {
|
|
|
stage: 2, mode: '系统', timeLeft: 15,
|
|
|
btnText: '立即执行', btnType: 'primary',
|
|
|
phases: [
|
|
|
- { id: 1, icon: '↑', img: testImg1, active: true },
|
|
|
- { id: 2, icon: '↰', img: testImg1, active: false },
|
|
|
- { id: 3, icon: '↑', img: testImg1, active: false },
|
|
|
- { id: 4, icon: '↰', img: testImg1, active: false }
|
|
|
+ { id: 1, icon: '↑', img: arrow1, active: true },
|
|
|
+ { id: 2, icon: '↰', img: arrow2, active: false },
|
|
|
+ { id: 3, icon: '↑', img: arrow3, active: false },
|
|
|
+ { id: 4, icon: '↰', img: arrow4, active: false }
|
|
|
],
|
|
|
mapData: {
|
|
|
armsConfig: {
|