智能算法回退版本

This commit is contained in:
851673013@qq.com 2022-07-01 17:36:41 +08:00
parent 8789176e4a
commit 935c80ee87
2 changed files with 1 additions and 8 deletions

View File

@ -11,7 +11,6 @@
<algorithm-top-details :dataList="dataList.data"></algorithm-top-details>
<!-- 导航 -->
<algorithm-navigation
:associatedComponents="associatedComponents"
:dataList="dataList.data"
:class="{ fixed: scrollTop >= 600 }"
:selectNow="selectNow"

View File

@ -161,17 +161,11 @@
}
})
if (list.value.length > 0) {
console.log(
'11111111111111111111111111',
(select.value = navList.value.filter(
(item) => item.name === list.value[0]
)[0])
)
debugger
select.value = navList.value.filter(
(item) => item.name === list.value[0]
)[0].key
}
console.log('11111111111111111111111111', list.value, navList.value)
}
}
)