From f23605497bc9f514987af75b5a7dae9b62217ae1 Mon Sep 17 00:00:00 2001 From: xjs Date: Thu, 10 Apr 2025 10:15:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AD=A6=E4=B9=A0=E9=A3=8E=E6=A0=BC?= =?UTF-8?q?=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/aiService-sub/index/index.vue | 19 ++- src/interceptors/request.ts | 4 +- src/login-sub/index.vue | 2 +- .../components/LearnSkillSuggestion.vue | 6 +- .../components/LearnStudySuggestion.vue | 18 +++ .../components/studyChart/LearnStyleChart.vue | 147 ++++++++++++++++++ .../evaluate/studyReport/LearnStudyReport.vue | 62 ++------ src/pages-sub/home/college/info.vue | 14 +- src/pages-sub/home/distinguish/index.vue | 4 +- .../wishesList/components/CollegeMajor.vue | 6 +- .../evaluation/components/EvaluationItem.vue | 2 +- src/service/index/api.ts | 12 ++ src/utils/http.ts | 1 + 13 files changed, 233 insertions(+), 64 deletions(-) create mode 100644 src/pages-evaluation-sub/evaluate/components/LearnStudySuggestion.vue create mode 100644 src/pages-evaluation-sub/evaluate/components/studyChart/LearnStyleChart.vue diff --git a/src/aiService-sub/index/index.vue b/src/aiService-sub/index/index.vue index 3cc0f2d..c6c3332 100644 --- a/src/aiService-sub/index/index.vue +++ b/src/aiService-sub/index/index.vue @@ -7,14 +7,31 @@ } diff --git a/src/pages-evaluation-sub/evaluate/components/studyChart/LearnStyleChart.vue b/src/pages-evaluation-sub/evaluate/components/studyChart/LearnStyleChart.vue new file mode 100644 index 0000000..526723d --- /dev/null +++ b/src/pages-evaluation-sub/evaluate/components/studyChart/LearnStyleChart.vue @@ -0,0 +1,147 @@ + + + + + diff --git a/src/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport.vue b/src/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport.vue index fceffa7..1b3c2de 100644 --- a/src/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport.vue +++ b/src/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport.vue @@ -16,21 +16,14 @@ bg-color="transparent" > - + @@ -38,41 +31,12 @@