去除console,升级组件

This commit is contained in:
2019-03-04 23:02:10 +08:00
parent e7423df44e
commit a137ac16df
4 changed files with 819 additions and 1083 deletions

View File

@ -105,7 +105,6 @@ export default {
}, 3000)
},
search() {
console.log(this.searchVal)
if (this.searchVal !== '') this.$router.push({ path: 'search?q=' + this.searchVal })
}
}