diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index e8636362..49bbefef 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -30,6 +30,11 @@
+
@@ -100,6 +105,9 @@ export default {
},
toUser: function () {
this.$router.push({ name: 'user' });
+ },
+ goToNewSite: function() {
+ window.location.href = 'https://oj.qd.sdu.edu.cn/v2/'
}
},
computed: {