解锁屏幕打开上次页签

This commit is contained in:
RuoYi
2021-03-27 11:12:29 +08:00
parent 04e7a314f8
commit 67b3a4f7e2
4 changed files with 10 additions and 1 deletions

View File

@ -501,6 +501,7 @@ $(function() {
// 锁定屏幕
$('#lockScreen').on('click', function () {
storage.set('lockPath', $('.page-tabs-content').find('.active').attr('data-id'));
location.href = ctx + "lockscreen";
});