From 73a4005174beab9a7c3a4ed61645cd28b74d600f Mon Sep 17 00:00:00 2001 From: lixg Date: Sun, 5 Mar 2023 15:42:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9h5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 5 ++++- .env.release | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.env.prod b/.env.prod index e9f4da8e..863de9ff 100644 --- a/.env.prod +++ b/.env.prod @@ -19,4 +19,7 @@ VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=外部考试学员成绩导入模板-1676 VUE_APP_ONLINE_CLASS_URL=//u.boe.com/mobile/pages/study/courseStudy?id= VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc/case/detail?id= -VUE_APP_EXAM_DETAIL_URL=//u.boe.com/mobile/pages/exam/exam?id= \ No newline at end of file +VUE_APP_EXAM_DETAIL_URL=//u.boe.com/mobile/pages/exam/exam?id= + +#h5的基本url +VUE_APP_H5=//u.boe.com/student-h5 \ No newline at end of file diff --git a/.env.release b/.env.release index 1b640881..a7c2d57b 100644 --- a/.env.release +++ b/.env.release @@ -18,4 +18,6 @@ VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=外部考试学员成绩导入模板-1676551319283.xlsx VUE_APP_ONLINE_CLASS_URL=//u.boe.com/mobile/pages/study/courseStudy?id= VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc-release/case/detail?id= -VUE_APP_EXAM_DETAIL_URL=//u.boe.com/mobile/pages/exam/exam?id= \ No newline at end of file +VUE_APP_EXAM_DETAIL_URL=//u.boe.com/mobile/pages/exam/exam?id= +#h5的基本url +VUE_APP_H5=//u.boe.com/student-h5-release \ No newline at end of file