接口改动

This commit is contained in:
@fawn-nine
2023-09-27 18:17:01 +08:00
parent 63cbc9da2f
commit aaf15515da
17 changed files with 430 additions and 425 deletions

View File

@@ -96,7 +96,7 @@ import { data } from 'jquery';
getBooks(){
this.$http
.post('book/teach/getTeachBooks',{
'limit': 9,
'limit': 100,
'page': this.page
})
.then(res => {