zhangjie 1 年之前
父節點
當前提交
6e6e8bbbbc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/mark/markMinxin.js

+ 2 - 2
src/modules/mark/markMinxin.js

@@ -26,8 +26,8 @@ export default {
       this.openPage("/mark/check/subjective-answer");
     },
     openPage(url) {
-      // window.location.href = url;
-      window.open(url);
+      window.location.href = url;
+      // window.open(url);
     },
   },
 };