Skip to content

Commit

Permalink
fix: page
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter committed Apr 28, 2024
1 parent fe70b97 commit a3f0241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/world.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ export default {
"status": "全部", // 状态
"time_order": 1, // 时间排序
"page": 1,
"page_size": 999
"page_size": 9999
},
filterForJudge: {
"uin": -1,
"status": "待审核", // 状态
"time_order": 1, // 时间排序
"page": 1,
"page_size": 10
"page_size": 9999
},
posts: [],
statusMap: {
Expand Down

0 comments on commit a3f0241

Please sign in to comment.