瀏覽代碼

修改返回

lex 1 年之前
父節點
當前提交
0d062f42bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/knowledge-library/examination-mode/index.tsx

+ 1 - 1
src/views/knowledge-library/examination-mode/index.tsx

@@ -225,7 +225,7 @@ export default defineComponent({
     const onConfirmResult = () => {
       if (state.visiableInfo.operationType === 'RESULT') {
         state.visiableInfo.show = false;
-        onAfter();
+        router.back();
         router.back();
       } else if (state.visiableInfo.operationType === 'BACK') {
         onResultPopup();