瀏覽代碼

change default to 6h

Gustavo Zanatta 2 周之前
父節點
當前提交
ca26f611e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/search/SearchPage.vue

+ 1 - 1
src/pages/search/SearchPage.vue

@@ -288,7 +288,7 @@ const $q = useQuasar();
 const activeDate = ref(null);
 const activeSort = ref(null);
 const allProviders = ref([]);
-const currentPeriodType = ref(8);
+const currentPeriodType = ref(6);
 const hasLocation = ref(true);
 const loading = ref(true);
 const searchName = ref("");