mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 11:26:48 +08:00
提交
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="growth-details">
|
||||
<div class="navbar">
|
||||
<div class="nav-left">
|
||||
<div class="nav-left" @click="returnclick">
|
||||
<el-icon color="#fff" size="20"><ArrowLeft /></el-icon>
|
||||
</div>
|
||||
<div class="nav-title">专业力必修</div>
|
||||
@@ -665,9 +665,9 @@ async function toFinish(d) {
|
||||
path: TASK_TYPES.path[d.courseType],
|
||||
query: {
|
||||
id: d.id,
|
||||
type: GROWTH,
|
||||
type: d.courseType === "11" ? "5" : GROWTH,
|
||||
projectId: d.courseId,
|
||||
infoId: data.value.id,
|
||||
infoId: d.courseType === "11" ? d.taskId : data.value.id,
|
||||
courseId: d.courseId ? d.courseId : d.info.id,
|
||||
pName: data.value.growthName,
|
||||
sName: d.taskName,
|
||||
@@ -714,6 +714,12 @@ function toOffcoursePlanPage(id) {
|
||||
"_top"
|
||||
);
|
||||
}
|
||||
const returnclick = () => {
|
||||
window.open(
|
||||
window.location.protocol + import.meta.env.VITE_BOE_GROWTH,
|
||||
"_top"
|
||||
);
|
||||
};
|
||||
const toPath = () => {
|
||||
router.push({
|
||||
path: "/growthDetails",
|
||||
|
||||
Reference in New Issue
Block a user