vue push路由報錯

報錯信息如下:
在這裏插入圖片描述

原因: 因爲push的同一個路由的引起的。
方案:新一個realodTime的參數

import merge from "webpack-merge";

  this.$router.push({
      query: merge(this.$route.query, {
          cid: result[0].value,
          reloadTime: +new Date()
      })
 });
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章