diff --git a/src/api/CONST.js b/src/api/CONST.js index 679f428..5f5b0ea 100644 --- a/src/api/CONST.js +++ b/src/api/CONST.js @@ -44,11 +44,11 @@ export const TASK_TYPES = { }, path: { - 1: ({ courseId }) => window.open(window.location.protocol + import.meta.env.VITE_BOE_ONLINE_CLASS_URL + courseId), //在线 - 2: ({ targetId }) => window.open(`${location.protocol}//${location.host}${import.meta.env.VITE_BASE_API}/stu/project/redirectDetail?courseId=${targetId}`, '_top'), - 3: ({ courseId }) => window.open(window.location.protocol + import.meta.env.VITE_BOE_CASS_DETAIL_URL + courseId), //案例 + 1: ({ courseId }) => setTimeout(() => { window.open(window.location.protocol + import.meta.env.VITE_BOE_ONLINE_CLASS_URL + courseId) }), //在线 + 2: ({ targetId }) => setTimeout(() => { window.open(`${location.protocol}//${location.host}${import.meta.env.VITE_BASE_API}/stu/project/redirectDetail?courseId=${targetId}`, '_top')}), + 3: ({ courseId }) => setTimeout(() => { window.open(window.location.protocol + import.meta.env.VITE_BOE_CASS_DETAIL_URL + courseId) }), //案例 4: "/homeworkpage", - 5: ({ examType }) => examType === 2 ? '/externalexam' : (window.location.protocol + import.meta.env.VITE_BOE_EXAM_DETAIL_URL), //考试 + 5: ({ examType }) => examType === 2 ? '/externalexam' : setTimeout(() => {(window.location.protocol + import.meta.env.VITE_BOE_EXAM_DETAIL_URL)}), //考试 6: "/liveboradcast", 7: '/outerchain', //外联 8: "/discusspage", diff --git a/src/views/growth/components/gowthPath2.vue b/src/views/growth/components/gowthPath2.vue index ea35caf..414388a 100644 --- a/src/views/growth/components/gowthPath2.vue +++ b/src/views/growth/components/gowthPath2.vue @@ -8,7 +8,7 @@ >
@@ -229,7 +229,7 @@ const toFinish = (item) => { } .gowth-path2 { position: relative; - margin: 0 45px 31px 63px; + margin: 50px 45px 31px 63px; box-sizing: border-box; background-image: url(@/assets/image/growth/path2.png); background-size: 100%; @@ -241,6 +241,7 @@ const toFinish = (item) => { position: absolute; display: flex; padding-bottom: 20px; + z-index: 9999; .item-link { height: 28px; diff --git a/src/views/growth/growthDetails.vue b/src/views/growth/growthDetails.vue index 8bdc784..b8a4486 100644 --- a/src/views/growth/growthDetails.vue +++ b/src/views/growth/growthDetails.vue @@ -6,7 +6,7 @@
- +