Commit 8355b1fe authored by sunboylu's avatar sunboylu

feat: test null06

parent c8fa8152
......@@ -162,7 +162,7 @@ export function initAir(_this) {
// 兼容模板调用:提供 courseware.log,代理到 _this.log,避免 e.log 为空
log(...args) {
try {
_this.log(...args);
// _this.log(...args);
} catch (err) {
try {
console.log.apply(console, args);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment