From 9b298eaed5e6747d0d63d90e20bb3813539fc58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 2 Aug 2019 22:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/message/js/MessagSub.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/message/js/MessagSub.js b/public/react/src/modules/message/js/MessagSub.js index 632a99f3e..8b4c7d30d 100644 --- a/public/react/src/modules/message/js/MessagSub.js +++ b/public/react/src/modules/message/js/MessagSub.js @@ -222,7 +222,7 @@ class MessagSub extends Component{ } if(item.homework_type==="practice"){ //实训作业 - return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/openlist?tab=1`) + return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/`) } return ""; case "GraduationTopic" : @@ -240,7 +240,7 @@ class MessagSub extends Component{ } if(item.homework_type==="practice"){ //实训作业 - return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/openlist?tab=1`) + return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/`) } return ""; }