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