Update index.js

This commit is contained in:
midoks 2022-11-19 18:07:11 +08:00
parent abd8fecbf2
commit d8fd671eee
1 changed files with 1 additions and 0 deletions

View File

@ -842,6 +842,7 @@ function pluginInit(){
$.post('/plugins/init_install', 'list='+JSON.stringify(post_data), function(data){
showMsg(data.msg, function(){
if (data.status){
layer.closeAll();
messageBox();
}
},{ icon: data.status ? 1 : 2 },2000);