Commit cd84d26f authored by wangmingming's avatar wangmingming

7777

parent 614f0ea2
...@@ -6076,7 +6076,11 @@ let reProxy = function (tt, name) { ...@@ -6076,7 +6076,11 @@ let reProxy = function (tt, name) {
} }
}) })
}; };
_defin = Object.defineProperty;
Object.defineProperty = function (p, v){
console.log('define', p)
return _defin.apply(this, [p,v])
}
let aa = false; let aa = false;
......
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