Showing
1 changed file
with
1 additions
and
1 deletions
@@ -158,7 +158,7 @@ layui.define(['laytpl', 'layer'], function (exports) { | @@ -158,7 +158,7 @@ layui.define(['laytpl', 'layer'], function (exports) { | ||
158 | // , debug() | 158 | // , debug() |
159 | // ].join(''); | 159 | // ].join(''); |
160 | // view.error(errorMsg); | 160 | // view.error(errorMsg); |
161 | - console.error(window.top.location.hash, debug()) | 161 | + console.log(window.top.location.hash, e) |
162 | } | 162 | } |
163 | typeof error === 'function' && error(e, code); | 163 | typeof error === 'function' && error(e, code); |
164 | } | 164 | } |
-
Please register or login to post a comment