feat:explore 功能

This commit is contained in:
wangwenrui
2020-04-22 19:45:10 +08:00
parent e9f33baca0
commit 8e8a4f6db0
12 changed files with 511 additions and 150 deletions

View File

@@ -326,7 +326,9 @@
},
methods: {
show(show) {
this.panelName2 = this.showPanel.name;
if(this.showPanel){
this.panelName2 = this.showPanel.name;
}
this.rightBox.show = show;
this.isUrl = false;
},