Update lam.js

This commit is contained in:
Mr Chen 2025-02-03 02:34:52 +08:00
parent 5d15cbd4ea
commit cba37ae2fc
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ function pmaPost(method,args,callback){
}
var loadT = layer.msg('正在获取...', { icon: 16, time: 0, shade: 0.3 });
$.post('/plugins/run', {name:'phpldapadmin', func:method, args:_args}, function(data) {
$.post('/plugins/run', {name:'lam', func:method, args:_args}, function(data) {
layer.close(loadT);
if (!data.status){
layer.msg(data.msg,{icon:0,time:2000,shade: [0.3, '#000']});
@ -40,7 +40,7 @@ function pmaAsyncPost(method,args){
} else {
_args = JSON.stringify(args);
}
return syncPost('/plugins/run', {name:'phpldapadmin', func:method, args:_args});
return syncPost('/plugins/run', {name:'lam', func:method, args:_args});
}
function homePage(){