From 647b78684088c5ae049483ef31916b1ed144f92d Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Mon, 21 Jan 2019 10:38:44 +0500 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB?= =?UTF-8?q?=D1=87=D0=B0=D0=BD=D0=B8=D1=8E=20=D0=BF=D0=BE=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=D1=8B=D0=B2=D0=B0=D1=82=D1=8C=20=D0=BF=D1=80=D0=B8=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D1=82=D0=B5=D1=82=D0=BD=D1=8B=D0=B5=20=D1=81=D0=B0=D0=B9?= =?UTF-8?q?=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 3 +++ 1 file changed, 3 insertions(+) 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();