1. tree组件文章书写,源码阅读(50%)
2. every,some方法学习
3.vue从created到mounted是同步的,因此两个钩子中的axios请求都会放在同步完成后(即mounted执行完才会执行)