@@ -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);
};