This commit is contained in:
左哥 2025-10-19 21:57:38 +08:00
parent c5b305d4ff
commit 9e503cd2e2

View File

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