This commit is contained in:
2018-01-07 09:27:41 +08:00
parent b5e2569d7c
commit 7756345053
11 changed files with 35 additions and 22 deletions

View File

@@ -309,6 +309,12 @@ layui.define(['layer', 'laytpl', 'form', 'element', 'upload', 'util', 'face'], f
}
return arguments.callee;
}
,userstat: function () {
$.getJSON("/os/user/stat",{},function (data) {
$("#user_count").html(data.count);
});
}
};