프런트 엔드가 페이지에 들어가서 새로 고침 작업을 수행합니다.

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

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

        window.location.reload();

   }

추천

출처blog.csdn.net/weixin_46413834/article/details/130890034