Update index.html

This commit is contained in:
Anyon 2020-11-07 23:18:36 +08:00
parent 5ce9b884e6
commit feb1770930

View File

@ -81,7 +81,9 @@
});
});
$(window).on('hashchange', function () {
$('.layui-body').trigger('click');
layers.forEach(function (value, index) {
layer.close(value), delete layers[index];
});
});
})([]);
</script>