vue在methods里面跳转新页面&传递参数

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)
    },
上一篇:canvas_20 旋转


下一篇:vue 定时刷新方法