hookehuyr

fix 点亮图片对应关系调整

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