style: 优化css样式,全局使用show.xx消息提示

This commit is contained in:
Ying
2023-08-04 11:06:34 +08:00
parent 515212e5d7
commit 066307c800
39 changed files with 566 additions and 751 deletions

View File

@@ -104,7 +104,7 @@
jquery('.layui-complete').show();
jquery.get('/install/index/clear',{},function(res){});
} else {
layer.msg(res.msg,'error');
layer.msg(res.msg);
}
});
})