From c0f1a6e2abcc8048ee56c90dc02e064ca324083d Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 26 May 2023 09:35:16 +0800 Subject: [PATCH] size --- src/project/qujing/AppLegalLearning/components/OnlineClass.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue index a3badf9..bc2f9a5 100644 --- a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue +++ b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue @@ -56,7 +56,7 @@ export default { this.$instance.post(`/app/appcourseinfo/listByApplet`, null, { params: { current: this.current, - size: 10, + size: 5, title: this.title } }).then(res=> {