sgj
5 小时以前 ec4f4bf4db52a0c0994edfecfcd8f6e194b429d5
fzzy-igdss-web/src/main/resources/templates/wx/home.html
@@ -171,6 +171,13 @@
    $(function () {
        window.addEventListener('pageshow', function(event) {
            // 如果页面是从缓存中恢复的(包括后退),则重新加载
            if (event.persisted || performance.getEntriesByType('navigation')[0]?.type === 'back_forward') {
                location.reload();
            }
        });
        if (loginType == "WECHAT") {
            $("#bind").css("display", "");
            $("#unbind").css("display", "");