BUG fix: home sort topic
This commit is contained in:
parent
1aa11c1f66
commit
5412b36e69
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue