WebApp【公共组件库】@前端(For Git Submodule)
chensiAb
2024-05-16 0809fce7c43a94c40f0b355e359221477facc51b
bases/Pilot.js
@@ -29,7 +29,6 @@
        while (parent instanceof Pilot) {
            Object.getOwnPropertyNames(parent).forEach(name => names.push(name));
            parent = Object.getPrototypeOf(parent);
            console.log(JSON.stringify(names));
        }
        // 传递
        names.forEach(name => {