This commit is contained in:
yuping
2022-12-18 21:02:15 +08:00
parent c0b9cd53d5
commit f2ab7a5a61

View File

@@ -398,7 +398,6 @@ function toFinish(d, sName) {
ElMessage.error("暂时未开放");
return;
}
if (typeof types.value.path[d.type] === "string") {
types.value.path[d.type] &&
types.value.path[d.type].startsWith("http") &&
@@ -408,7 +407,7 @@ function toFinish(d, sName) {
router.push({
path: types.value.path[d.type],
query: {
id: d.routerTaskId,
id: d.projectTaskId,
type: 2,
courseId: d.courseId,
pName: data.value.name,