const newUrl = this.$route.path + `?id=${this.id}&kjStatus=1`
window.history.replaceState('', '', newUrl) // 会直接替换掉当前url 不会在history中留下记录
或者
window.history.pushState('', '', newUrl) // 会在history中留下记录
|
|
活泼的匕首 · 将文件保存为特定线程中的字符串-腾讯云开发者 ...· 1 年前 · |
|
|
豪气的遥控器 · Database Engine ...· 2 年前 · |
|
|
不拘小节的牛排 · 在Oracle中,如何查看和下载BLOB类型 ...· 2 年前 · |