Skip to content

Commit

Permalink
fix: фильтр по умолчанию prod=1
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 26, 2019
1 parent 181f716 commit c304879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default {
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.$route.query["q"] = 'prod=1';
}
this.$store.dispatch("q", this.$route.query["q"]);
Expand Down

0 comments on commit c304879

Please sign in to comment.