From 333c87befa6928500cb6a79cfb27338aeb37be02 Mon Sep 17 00:00:00 2001 From: lixg Date: Thu, 15 Dec 2022 11:49:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E6=A1=88=E4=BE=8B=E8=80=83=E8=AF=95=E6=B5=8B=E8=AF=84=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 1 + .env.boe | 1 + .env.prod | 1 + .env.release | 1 + src/App.vue | 38 +++++++++---------- src/api/api.js | 3 +- src/views/liveBroadcast/LiveBroadcast.vue | 45 ++++++++++------------- src/views/project/ProjectDetails.vue | 38 ++++++++++++++++--- src/views/roadmap/PathDetails.vue | 34 ++++++++++++----- vite.config.js | 9 +++-- 10 files changed, 107 insertions(+), 64 deletions(-) diff --git a/.env b/.env index 5fa1525..902ffb7 100644 --- a/.env +++ b/.env @@ -6,5 +6,6 @@ VITE_BASE_LOGIN_URL=https://u-pre.boe.com/web/ VITE_BOE_ONLINE_CLASS_URL=https://u-pre.boe.com/pc/course/studyindex?id= VITE_BOE_CASS_DETAIL_URL=https://u-pre.boe.com/pc/case/detail?id= VITE_BOE_TEST_DETAIL_URL=https://u-pre.boe.com/web/quizsummary?detailId= +VITE_BOE_EXAM_DETAIL_URL=https://u-pre.boe.com/pc/exam/test?id= VITE_BOE_API_URL=https://u-pre.boe.com \ No newline at end of file diff --git a/.env.boe b/.env.boe index 2065680..b594a9e 100644 --- a/.env.boe +++ b/.env.boe @@ -4,5 +4,6 @@ VITE_BASE_API=/manageApi VITE_BOE_ONLINE_CLASS_URL=https://u-pre.boe.com/pc/course/studyindex?id= VITE_BOE_CASS_DETAIL_URL=https://u-pre.boe.com/pc/case/detail?id= VITE_BOE_TEST_DETAIL_URL=https://u-pre.boe.com/web/quizsummary?detailId= +VITE_BOE_EXAM_DETAIL_URL=https://u-pre.boe.com/pc/exam/test?id= VITE_BOE_API_URL=https://u-pre.boe.com \ No newline at end of file diff --git a/.env.prod b/.env.prod index 6671831..a783afa 100644 --- a/.env.prod +++ b/.env.prod @@ -4,5 +4,6 @@ VITE_BASE_API=/manageApi-release VITE_BOE_ONLINE_CLASS_URL=https://u.boe.com/pc-release/course/studyindex?id= VITE_BOE_CASS_DETAIL_URL=https://u.boe.com/pc-release/case/detail?id= VITE_BOE_TEST_DETAIL_URL=https://u.boe.com/web/quizsummary?detailId= +VITE_BOE_EXAM_DETAIL_URL=https://u.boe.com/pc-release/exam/test?id= VITE_BOE_API_URL=https://u.boe.com \ No newline at end of file diff --git a/.env.release b/.env.release index dd1bc2d..4d980c9 100644 --- a/.env.release +++ b/.env.release @@ -5,5 +5,6 @@ VITE_BASE_LOGIN_URL=https://u.boe.com/web/ VITE_BOE_ONLINE_CLASS_URL=https://u.boe.com/pc-release/course/studyindex?id= VITE_BOE_CASS_DETAIL_URL=https://u.boe.com/pc-release/case/detail?id= VITE_BOE_TEST_DETAIL_URL=https://u.boe.com/web/quizsummary?detailId= +VITE_BOE_EXAM_DETAIL_URL=https://u.boe.com/pc-release/exam/test?id= VITE_BOE_API_URL=https://u.boe.com \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 006dc85..c696429 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-21 17:28:10 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2022-12-13 22:10:22 + * @LastEditTime: 2022-12-14 22:48:46 * @FilePath: /fe-stu/src/App.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -22,35 +22,33 @@ -->
- +