BUG fix: home sort topic

This commit is contained in:
KUN1007 2023-12-04 20:30:39 +08:00
parent 1aa11c1f66
commit 5412b36e69

View file

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