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