@@ -112,7 +112,6 @@ export default {
this.$_http
.get(this.$pathParams(this.$_API.JTXT_GET_CATEGORIES_CATEGROYID, path))
.then(res => {
- res.data.shift();
this.learnChildList = res.data;
this.$store.commit("toggleLoading", false);
this.learnPage = 0;