diff --git a/pages/index.vue b/pages/index.vue index ef17190..846be30 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -236,6 +236,9 @@ export default { const sitesJson = await this.$axios.$get(this.$store.state.sitesJsonUrl); this.$store.commit("tests", sitesJson.tests); this.$store.dispatch("sites", sitesJson.sites); + if(!this.$route.query["q"]){ + this.$route.query["q"] = 'meta_client_priority<3'; + } this.$store.dispatch("q", this.$route.query["q"]); this.fieldsInit();