新增锁定屏幕功能
This commit is contained in:
767
ruoyi-admin/src/main/resources/static/js/three.min.js
vendored
Normal file
767
ruoyi-admin/src/main/resources/static/js/three.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -480,6 +480,11 @@ $(function() {
|
||||
$('#fullScreen').on('click', function () {
|
||||
$(document).toggleFullScreen();
|
||||
});
|
||||
|
||||
// 锁定屏幕
|
||||
$('#lockScreen').on('click', function () {
|
||||
location.href = ctx + "lockscreen";
|
||||
});
|
||||
|
||||
// 页签刷新按钮
|
||||
$('.tabReload').on('click', refreshTab);
|
||||
|
Reference in New Issue
Block a user