@@ -79,7 +79,6 @@ export default {
mounted() {
if (this.sync) {
const searchs = new Searchs(this.$route.fullPath)
- console.log(searchs)
const active = searchs.get()
if (active && active.page) {
for (const key in active.page) {