From 696e80bb9b34fd8d244fd4bf5c70dfa08636be7a Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 31 May 2022 11:22:44 +0800 Subject: [PATCH 01/19] =?UTF-8?q?=E6=94=BE=E5=BC=80=E6=95=99=E5=B8=88?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=9A=84=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserCenter/menu.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/UserCenter/menu.vue b/src/components/UserCenter/menu.vue index a9051d1e..d8d73cb5 100644 --- a/src/components/UserCenter/menu.vue +++ b/src/components/UserCenter/menu.vue @@ -73,10 +73,10 @@ 考试管理 - + 教师管理 From 119ad56340e0eec519aff8178ba2ca293a84f56b Mon Sep 17 00:00:00 2001 From: "LAPTOP-S9RBPPM6\\bjxask-2201" <752743406@qq.com> Date: Tue, 31 May 2022 12:24:18 +0800 Subject: [PATCH 03/19] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=86=85=E5=AE=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/collectItem.vue | 2 +- src/views/manage/TeacherList.vue | 4 ++-- src/views/manage/teacherDetails.vue | 3 +-- src/views/portal/article/Index.vue | 12 +++++++++--- src/views/portal/qa/Index.vue | 13 ++++++++++--- 5 files changed, 23 insertions(+), 11 deletions(-) diff --git a/src/components/Course/collectItem.vue b/src/components/Course/collectItem.vue index 21a6bf04..1facdb19 100644 --- a/src/components/Course/collectItem.vue +++ b/src/components/Course/collectItem.vue @@ -134,7 +134,7 @@ export default { - + + + + + + diff --git a/src/views/study/PortalIndex.vue b/src/views/study/PortalIndex.vue index b5459e7b..b4b702e4 100644 --- a/src/views/study/PortalIndex.vue +++ b/src/views/study/PortalIndex.vue @@ -1,1440 +1,1451 @@ - - - - - + + + + + From ef55032c44fd1c1b5963e14d67172af721f8bbdb Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 2 Jun 2022 12:26:48 +0800 Subject: [PATCH 16/19] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=97=A0=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=AF=BE=E7=A8=8B=E6=97=B6=EF=BC=8C=E5=8B=BE=E9=80=89?= =?UTF-8?q?=E6=A1=86=E5=BA=94=E8=AF=A5=E5=92=8C=E6=8F=90=E4=BA=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=90=8C=E6=97=B6=E5=87=BA=E7=8E=B0=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 4536ddc3..d0df5854 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -180,7 +180,7 @@
- 我已阅读并遵守平台内容发布要求 + 我已阅读并遵守平台内容发布要求 提交审核 关闭 From 1cb586d793f972639d725306e0632e6a1a368f6f Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 2 Jun 2022 13:52:08 +0800 Subject: [PATCH 17/19] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E8=AF=95=E5=8D=B7?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=95=B0=E6=8D=AE=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/TestPaper.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/exam/TestPaper.vue b/src/views/exam/TestPaper.vue index 399d537e..c0e3acfa 100644 --- a/src/views/exam/TestPaper.vue +++ b/src/views/exam/TestPaper.vue @@ -451,7 +451,10 @@ export default { this.resOwner = []; this.formTab = 'info'; this.totalScore=0; + this.qlib.type= ''; + this.qlib.title= ''; this.paperLength=0; + this.question.all = false; this.question.list =[]; this.question.checkQuest = []; }, From 5f358418e77c0a65f179a14da36cf022b82f36f6 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 2 Jun 2022 14:03:21 +0800 Subject: [PATCH 18/19] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/TestPaper.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/exam/TestPaper.vue b/src/views/exam/TestPaper.vue index c0e3acfa..5b6d27bb 100644 --- a/src/views/exam/TestPaper.vue +++ b/src/views/exam/TestPaper.vue @@ -155,7 +155,7 @@ 搜索 - 分页符 + 选项 @@ -454,7 +454,7 @@ export default { this.qlib.type= ''; this.qlib.title= ''; this.paperLength=0; - this.question.all = false; + this.question.all = this.question.list =[]; this.question.checkQuest = []; }, From a1841fe7973cd6963d92201dad970d28f2c0e736 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 2 Jun 2022 15:01:25 +0800 Subject: [PATCH 19/19] =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=80=85=E8=BF=9B?= =?UTF-8?q?=E9=98=B6=E8=B7=B3=E5=88=B0=E5=AD=A6=E4=B9=A0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PortalHeader.vue | 2 +- src/views/Index.vue | 1 + src/views/StudyIndex.vue | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index dbd6a0d2..59fa073e 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -162,7 +162,7 @@ export default { let obj = { one: urlPre+'/web/teacherLesson', two: urlPre+'/grow180/login', - three: this.webBaseUrl + '/study/index', + three: this.webBaseUrl + '/study/index?study=1', four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130', five: urlPre+'/boe/new-employee/index.html' }; diff --git a/src/views/Index.vue b/src/views/Index.vue index ce9b731e..3edae977 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -373,6 +373,7 @@ export default { }; let isTopList = []; let data = []; + this.courseList.list = []; apiCoursePortal.pageList(course).then(res => { if (res.status == 200 && res.result.list.length > 0) { diff --git a/src/views/StudyIndex.vue b/src/views/StudyIndex.vue index ea70a1fb..3c44cc33 100644 --- a/src/views/StudyIndex.vue +++ b/src/views/StudyIndex.vue @@ -123,7 +123,7 @@ }, beforeCreate() { this.loading = true; - let params={ + let params={ // keyword:this.keyword, page:1, size:10, @@ -138,7 +138,11 @@ if(res.result.count > 0) { this.$router.push('/uc/study/task') } else { - this.$router.push('/uc/study/courses') + if(this.$route.query.study == '1') { + this.$router.push('/uc/study/task') + } else { + this.$router.push('/uc/study/courses') + } } }else{ this.$router.push('/uc/study/courses')