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 }, },