js disable browser back

history.pushState(null, null, document.URL);
    window.addEventListener('popstate', function () {
        history.pushState(null, null, document.URL);
    });

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326212189&siteId=291194637