WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-03-06 f81a7a619725aa57c48353fca2c21a43fc3b7aee
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 => {