this.$router.resolve()
this.$router.resolve({name: 'pagename', query:{keyword: 'value'}}); // 地址欄顯示 http(s)://***?keyword = value
刪除當(dāng)前頁(yè)面地址欄的參數(shù)
window.location.search = window.location.search.replace(/(&|\?)sso_appid=([^&]*)/, ''); // 刪除地址欄上sso_appid參數(shù)與其值
// vue 項(xiàng)目 - 使用replace() 修改地址欄參數(shù) 且不會(huì)留下瀏覽記錄
this.$router.replace(window.location.search.replace(/(^|&|\?)sso_sessionid=([^&]*)(&|\?)sso_appid=([^&]*)/, ''))
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者