更新 ui/src/components/front/item.vue

This commit is contained in:
xunyingcloud 2025-06-05 13:13:42 +00:00
parent 7bae63696d
commit 1abb319ce7

View File

@ -82,7 +82,8 @@ const state = reactive(<any>{
total:0,
page:{
page:1,
title:""
title:"",
status:0
},
getList:[]
})