mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-16 14:26:47 +08:00
feat:修改
This commit is contained in:
@@ -119,6 +119,7 @@ const { data } =
|
||||
taskId && taskId !== "undefined"
|
||||
? useRequest(TASK_WORK_DETAIL, { workId, taskId }, (e) => {
|
||||
if (e.code === 6) {
|
||||
console.log("作业判断", e);
|
||||
router.push({
|
||||
path: "/notpath",
|
||||
});
|
||||
@@ -126,6 +127,7 @@ const { data } =
|
||||
})
|
||||
: useRequest(TASK_WORK_DETAIL, { workId }, (e) => {
|
||||
if (e.code === 6) {
|
||||
console.log("作业判断", e);
|
||||
router.push({
|
||||
path: "/notpath",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user