mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
fix(status): 修复系统状态页面布局问题并添加刷新功能
This commit is contained in:
@@ -34,6 +34,10 @@ $(function () {
|
||||
layer.msg('复制失败,请手动复制', {icon: 2});
|
||||
});
|
||||
}
|
||||
|
||||
$('#refresh-btn').on('click', function () {
|
||||
location.reload();
|
||||
});
|
||||
});
|
||||
|
||||
ua.listen();
|
||||
|
||||
Reference in New Issue
Block a user