The front-end enters the page and performs a refresh operation

if (window.location.href.indexOf("#reloaded") == -1) {

        window.location.href = window.location.href + "#reloaded";

        window.location.reload();

   }

Guess you like

Origin blog.csdn.net/weixin_46413834/article/details/130890034