diff --git a/src/views/LibraryPage.vue b/src/views/LibraryPage.vue index eab797c2..f02d2efe 100644 --- a/src/views/LibraryPage.vue +++ b/src/views/LibraryPage.vue @@ -1144,7 +1144,7 @@ export default defineComponent({ this.isShowMark = true Https.axiosPost(Https.httpUrls.queryLibraryPage,data).then( (rv: any) => { - if(rv.content.length == 0){ + if(rv.content.length == 0 && this.currentPage != 1){ this.currentPage = 1 this.getLibraryList('') }else{