sgj
13 小时以前 3a5e49666af1da441633b0a9bae4c3c2b18974b3
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", "");