优化后台UI
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user