WebApp【公共组件库】@前端(For Git Submodule)
YFeng
2024-02-27 456b21846e549dcfed9524d1c8325c44ec6afafe
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 => {