@@ -350,7 +350,7 @@ const getExit = () => {
getClearTimer();//清除计时器
examEnds();//通知工作站关闭
speckCancel()//停止播报;
- //router.push({ path: '/' });//跳转
+ router.push({ path: '/' });//跳转
};
/**