Authored by wangtao

解决渲染报错

@@ -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 }