Loading

摘要: 1 mounted () { 2 3 // 禁用浏览器返回键 4 5 history.pushState(null, null, document.URL); 6 7 window.addEventListener('popstate', this.disableBrowserBack); 8 9 阅读全文
posted @ 2023-04-06 15:30 请叫我王小胖 阅读(333) 评论(0) 推荐(0)