zhangjie hai 1 ano
pai
achega
6e6e8bbbbc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);
     },
   },
 };