在main.js里面添加如下代码
// 禁用浏览器回退键
window.addEventListener('popstate', function() {
history.pushState(null, null, document.URL)
})
在main.js里面添加如下代码
// 禁用浏览器回退键
window.addEventListener('popstate', function() {
history.pushState(null, null, document.URL)
})