Update soft.js

This commit is contained in:
midoks 2022-07-07 23:30:13 +08:00
parent 0e8b71a78c
commit a97ba2fa71
1 changed files with 2 additions and 1 deletions

View File

@ -228,15 +228,16 @@ function addVersion(name, ver, type, obj, title, install_pre_inspection) {
//安装检查
installPreInspection(name, version, function(){
runInstall(data);
fly("layui-layer-btn0");
});
return;
}
runInstall(data);
fly("layui-layer-btn0");
}
});
installTips();
fly("layui-layer-btn0");
}
//卸载软件