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