hookehuyr

fix 点亮图片对应关系调整

1 <!-- 1 <!--
2 * @Date: 2024-04-07 10:15:55 2 * @Date: 2024-04-07 10:15:55
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-04-15 11:33:30 4 + * @LastEditTime: 2024-04-15 14:09:39
5 * @FilePath: /fxPark/src/views/fxPark/index.vue 5 * @FilePath: /fxPark/src/views/fxPark/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -85,22 +85,22 @@ useTitle($route.meta.title); ...@@ -85,22 +85,22 @@ useTitle($route.meta.title);
85 85
86 const TREE_CHIP = { // 碎片图结构 86 const TREE_CHIP = { // 碎片图结构
87 1: { 87 1: {
88 - active: 'https://cdn.ipadbiz.cn/xfPark/index/01.1713103305.png' 88 + active: 'https://cdn.ipadbiz.cn/xfPark/index/02.1713103305.png' // 悬铃木
89 }, 89 },
90 2: { 90 2: {
91 - active: 'https://cdn.ipadbiz.cn/xfPark/index/02.1713103305.png' 91 + active: 'https://cdn.ipadbiz.cn/xfPark/index/01.1713103305.png' // 黄荆,灌木
92 }, 92 },
93 3: { 93 3: {
94 - active: 'https://cdn.ipadbiz.cn/xfPark/index/03.1713103305.png' 94 + active: 'https://cdn.ipadbiz.cn/xfPark/index/05.1713103305.png' // 香樟
95 }, 95 },
96 4: { 96 4: {
97 - active: 'https://cdn.ipadbiz.cn/xfPark/index/04.1713103305.png' 97 + active: 'https://cdn.ipadbiz.cn/xfPark/index/03.1713103305.png' // 草地
98 }, 98 },
99 5: { 99 5: {
100 - active: 'https://cdn.ipadbiz.cn/xfPark/index/05.1713103305.png' 100 + active: 'https://cdn.ipadbiz.cn/xfPark/index/06.1713103305.png' // 雪松和香樟混交林"
101 }, 101 },
102 6: { 102 6: {
103 - active: 'https://cdn.ipadbiz.cn/xfPark/index/06.1713103305.png' 103 + active: 'https://cdn.ipadbiz.cn/xfPark/index/04.1713103305.png' // 雪松
104 }, 104 },
105 7: { 105 7: {
106 active: '' 106 active: ''
......