From db5395dcc415165b1957af6a3af141daf0a57912 Mon Sep 17 00:00:00 2001 From: lixg Date: Sun, 5 Mar 2023 19:42:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E5=9B=9E=E5=88=B0?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 13 +++++++++++-- .env.prod | 5 ++++- .env.release | 9 ++++++--- src/views/nottask/NotPath.vue | 4 ++-- 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.env b/.env index ab9ccc9..42ea51e 100644 --- a/.env +++ b/.env @@ -4,12 +4,17 @@ VITE_OUTPUT_DIR=./dist VITE_BASE_LOGIN_URL=//u-pre.boe.com/m/loginuser?returnUrl= VITE_PROXY_URL=http://43.143.139.204/manageApi - +# 在线 VITE_BOE_ONLINE_CLASS_URL=//u-pre.boe.com/mobile/pages/study/courseStudy?id= +# 不用 案例 VITE_BOE_CASS_DETAIL_URL=//u-pre.boe.com/pc/case/detail?id= +# 测评 不用 VITE_BOE_TEST_DETAIL_URL=//u-pre.boe.com/web/quizsummary?detailId= +# 测评 不用 VITE_BOE_TEST_OUT_DETAIL_URL=//u-pre.boe.com/api/b1/tale/do-quiz?quizKid= +# 考试 VITE_BOE_EXAM_DETAIL_URL=//u-pre.boe.com/mobile/pages/exam/exam?id= +# 不用 VITE_BOE_PATH_DETAIL_URL=//u-pre.boe.com/pc/forward?to=/student-h5 VITE_BOE_API_URL=https://u-pre.boe.com @@ -20,4 +25,8 @@ VITE_BOE_BASE_URL=//u-pre.boe.com #评论上传图片 VITE_IMG=/manageApi VITE_BASE_FILE_PATH=/fe-student-h5/upload -VITE_FILE_PATH=/upload/ \ No newline at end of file +VITE_FILE_PATH=/upload/ + + +#h5的基本url +VITE_BOE_HOME=//u-pre.boe.com/mobile/pages/index/index \ No newline at end of file diff --git a/.env.prod b/.env.prod index a577d89..3534595 100644 --- a/.env.prod +++ b/.env.prod @@ -15,4 +15,7 @@ VITE_BOE_API_URL=https://u.boe.com VITE_TASK_WHITE_TYPE=-22- VITE_BOE_BASE_URL=//u.boe.com -VITE_IMG=/manageApi \ No newline at end of file +VITE_IMG=/manageApi + +#h5的基本url +VITE_BOE_HOME=//u.boe.com/mobile/pages/index/index \ No newline at end of file diff --git a/.env.release b/.env.release index bafc02c..26fcca8 100644 --- a/.env.release +++ b/.env.release @@ -2,14 +2,17 @@ VITE_BASE=/student-h5-release VITE_BASE_API=/manageApi-release VITE_BASE_LOGIN_URL=//u.boe.com/web?returnUrl= -VITE_BOE_ONLINE_CLASS_URL=//u.boe.com/pc-release/mobile/pages/study/courseStudy?id= +VITE_BOE_ONLINE_CLASS_URL=//u.boe.com/mobile-release/pages/study/courseStudy?id= VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc-release/case/detail?id= VITE_BOE_TEST_DETAIL_URL=//u.boe.com/web/quizsummary?detailId= VITE_BOE_TEST_OUT_DETAIL_URL=//u.boe.com/api/b1/tale/do-quiz?quizKid= -VITE_BOE_EXAM_DETAIL_URL=//u.boe.com/pc-release/mobile/pages/exam/exam?id= +VITE_BOE_EXAM_DETAIL_URL=//u.boe.com/mobile-release/pages/exam/exam?id= VITE_BOE_PATH_DETAIL_URL=//u.boe.com/pc-release/forward?to=/student-h5-release VITE_BOE_API_URL=https://u.boe.com VITE_BOE_BASE_URL=//u.boe.com -VITE_IMG=/manageApi-release \ No newline at end of file +VITE_IMG=/manageApi-release + +#h5的基本url +VITE_BOE_HOME=//u.boe.com/mobile-release/pages/index/index \ No newline at end of file diff --git a/src/views/nottask/NotPath.vue b/src/views/nottask/NotPath.vue index 99b8465..21b4316 100644 --- a/src/views/nottask/NotPath.vue +++ b/src/views/nottask/NotPath.vue @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2023-03-01 20:41:06 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-03-01 21:32:29 + * @LastEditTime: 2023-03-05 19:39:54 * @FilePath: /stu_h5/src/views/nottask/NotTask.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -19,6 +19,6 @@