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", "");