mirror of https://github.com/jumpserver/jumpserver
添加Demo皮肤设置
parent
8f95f11f35
commit
d17c0bceb2
|
@ -34,7 +34,7 @@ $(document).ready(function () {
|
|||
});
|
||||
|
||||
// Append config box / Only for demo purpose
|
||||
$.get("/skin-config/", function (data) {
|
||||
$.get("/skin_config/", function (data) {
|
||||
$('body').append(data);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue