mirror of https://gitee.com/y_project/RuoYi.git
用户管理移动端默认隐藏左侧布局
parent
122e8b61a0
commit
e37ec9f8fa
|
@ -98,9 +98,13 @@
|
|||
var prefix = ctx + "system/user";
|
||||
|
||||
$(function() {
|
||||
$('body').layout({ west__size: 185 });
|
||||
queryUserList();
|
||||
queryDeptTree();
|
||||
var panehHidden = false;
|
||||
if ($(this).width() < 769) {
|
||||
panehHidden = true;
|
||||
}
|
||||
$('body').layout({ initClosed: panehHidden, west__size: 185 });
|
||||
queryUserList();
|
||||
queryDeptTree();
|
||||
});
|
||||
|
||||
function queryUserList() {
|
||||
|
|
Loading…
Reference in New Issue