mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 19:36:48 +08:00
api
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user