优化后台UI

This commit is contained in:
2020-04-07 21:42:06 +08:00
parent 0bb97cd9a9
commit f8c58b15cd
81 changed files with 180 additions and 27402 deletions
+1
View File
@@ -11,6 +11,7 @@ define(['jquery', 'layer', 'message'], function($, layer) {
}
},
msg: function(text, type){
text = (type == 'success') ? text + ' 页面即将自动跳转~' : text;
if (typeof type != 'undefined') {
var message = $.messager.show(text, {
placement: 'bottom',