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/App.vue b/src/App.vue
index 295dc2b..ac87df5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi";
import { getCookie } from "@/api/utils";
import { USER_INFO } from "@/api/api";
-console.log("版本1.3.7------------");
+console.log("版本1.3.8------------");
const store = useStore();
const router = useRouter();
diff --git a/src/views/discuss/DiscussDetail.vue b/src/views/discuss/DiscussDetail.vue
index b60ae4b..cbfd95d 100644
--- a/src/views/discuss/DiscussDetail.vue
+++ b/src/views/discuss/DiscussDetail.vue
@@ -314,7 +314,7 @@
diff --git a/src/views/discuss/DiscussPage.vue b/src/views/discuss/DiscussPage.vue
index 9c5f943..423300b 100644
--- a/src/views/discuss/DiscussPage.vue
+++ b/src/views/discuss/DiscussPage.vue
@@ -189,6 +189,17 @@ function getPostList(discussId) {
})
.then((e) => {
console.log("我是当前讨论下的帖子", e);
+ if (e.data.records) {
+ let arr = e.data.records;
+ for (let i = 0; i < arr.length; i++) {
+ let obj = arr[i].content;
+ let regex = new RegExp(" {
+ console.log("state.postList", state.postList);
+ // if (data.value.offcourseDto && data.value.offcourseDto.outline) {
+ // let obj = data.value.offcourseDto.outline;
+ // let regex = new RegExp("
diff --git a/src/views/faceteach/FaceTeachNoCommon.vue b/src/views/faceteach/FaceTeachNoCommon.vue
index 274a35e..a243bfa 100644
--- a/src/views/faceteach/FaceTeachNoCommon.vue
+++ b/src/views/faceteach/FaceTeachNoCommon.vue
@@ -73,6 +73,7 @@