pull/2745/head
sight 2025-06-29 19:13:48 +08:00
parent fc78ba0e47
commit 4b6ea9efb5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
// 异常提示
var error = function(msg, type, isDebug) {
type = type || 'log';
msg = '[Layui]: ' + msg;
msg = '[Layui warn]: ' + msg;
if (window.console) {
console[type] ? console[type](msg) : console.log(msg);