mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-08 10:26:46 +08:00
fix:学员是否在任务中判断
This commit is contained in:
@@ -261,7 +261,7 @@ useRequest(PROJECT_PROCESS, { projectId: projectId, type }, (e) => {
|
||||
path: "/loseefficacy",
|
||||
});
|
||||
} else {
|
||||
if (e.code === 6) {
|
||||
if (res.code === 6) {
|
||||
router.push({
|
||||
path: "/notpath",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user