Browse Source

日常开发

林旭祥 9 months ago
parent
commit
9992bf892f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/train/test.vue

+ 1 - 1
src/views/train/test.vue

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