This commit is contained in:
左哥 2025-10-19 21:58:43 +08:00
parent 9e503cd2e2
commit 1dbf6ffa5a

View File

@ -69,7 +69,7 @@ const sendeInfo = reactive({
//
const msgQuery = reactive({
page: 1,
page_size: 50,
page_size: 190,
app_id: route.query.app_id,
user_id: ''
})