goIndustryDetail(item) {
const id = item.category.cat_id
const level = item.category.cat_id_3 ? 3 : item.category.cat_id_2 ? 2 : 1
const path = `/analyze/industry/detail?catId=${id}&level=${level}`
window.open(path)
},
2024-02-10 21:54:04
goIndustryDetail(item) {
const id = item.category.cat_id
const level = item.category.cat_id_3 ? 3 : item.category.cat_id_2 ? 2 : 1
const path = `/analyze/industry/detail?catId=${id}&level=${level}`
window.open(path)
},
下一篇:vue 定时刷新方法