接口改动
This commit is contained in:
@@ -96,7 +96,7 @@ import { data } from 'jquery';
|
||||
getBooks(){
|
||||
this.$http
|
||||
.post('book/teach/getTeachBooks',{
|
||||
'limit': 9,
|
||||
'limit': 100,
|
||||
'page': this.page
|
||||
})
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user