no message

This commit is contained in:
A1300399510
2024-01-15 17:55:41 +08:00
parent 66120a8426
commit e07b6d6be2
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ const getPublish = () => {
if (publisPage == 0 && !publisloading.value) return
publisloading.value = true
MyUserPublishHttp({ limit: 4, page: publisPage })
MyUserPublishHttp({ page: publisPage })
.then(res => {
if (res.code != 200) return
let data = res.data