From 5412b36e699526d390b5fc98879df1b581a32264 Mon Sep 17 00:00:00 2001 From: KUN1007 Date: Mon, 4 Dec 2023 20:30:39 +0800 Subject: [PATCH] BUG fix: home sort topic --- src/store/temp/home.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/store/temp/home.ts b/src/store/temp/home.ts index 144d0e73..8fbeac51 100644 --- a/src/store/temp/home.ts +++ b/src/store/temp/home.ts @@ -64,11 +64,8 @@ export const useTempHomeStore = defineStore({ }, resetHomePageStatus() { - this.topic.category = ['Galgame'] this.topic.page = 1 this.topic.limit = 17 - this.topic.sortField = 'updated' - this.topic.sortOrder = 'desc' this.topic.isLoading = true }, },