diff --git a/src/App.vue b/src/App.vue index 82de09f..fa4dcc4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -160,9 +160,9 @@ export default { this.$refs.dome.contentWindow.selectHome(e.currentTarget.innerHTML); }, handleBtn(e, i) { - console.log(this.$refs.drop1); - this.navLiState = !this.navLiState - if (this.index == i && this.navLiState) { + // console.log(this.$refs.drop1); + // this.navLiState = !this.navLiState + if (this.index == i ) { this.index = null if (i == 1) { this.state = !this.state;