mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
5ce9b884e6
commit
feb1770930
@ -81,7 +81,9 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
$(window).on('hashchange', function () {
|
$(window).on('hashchange', function () {
|
||||||
$('.layui-body').trigger('click');
|
layers.forEach(function (value, index) {
|
||||||
|
layer.close(value), delete layers[index];
|
||||||
|
});
|
||||||
});
|
});
|
||||||
})([]);
|
})([]);
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user