Commit c81c3e13 by zhangzhen

细节优化

parent 6339196c
......@@ -301,8 +301,6 @@
this.onLoading();
},
onShow() {
console.log(this.$route.query,"this.$route")
console.log(this.folderList,"2222")
if(this.$route.query && this.folderList.length && Number(this.$route.query.level) != this.folderList.length){
this.folderList = [];
let level = Number(this.$route.query.level);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment