weirdoheheelf 5 anni fa
parent
commit
601d12797a
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      pages/rookie/daily.vue
  2. 2 2
      pages/rookie/info.vue

+ 2 - 2
pages/rookie/daily.vue

@@ -61,7 +61,7 @@ export default {
       question: {},
       questionId: "",
       redirect_uri: encodeURIComponent(
-        "http://p.seecoder.cn/rookie/dailyResult"
+        "http://p.seec.seecoder.cn/rookie/dailyResult"
       ),
       teacher_token: "",
       redirect_test_uri: encodeURIComponent(
@@ -119,7 +119,7 @@ export default {
         "http://eval.seec.seecoder.cn/singlequestion/" +
         localStorage.getItem("questionId") +
         "?redirect_uri=" +
-        this.redirect_test_uri +
+        this.redirect_uri +
         "&id_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJwLnNlZWNvZGVyLmNuIiwic3ViIjoiMTc3NjE3MDgxODEiLCJhdWQiOiJzZWVjLW1vb2MiLCJhdXRoX3RpbWUiOjE2MjE1OTYxNjUsImlhdCI6MTYyMTU5NjE2NSwiZXhwIjoxNjIxNjgyNTY1LCJ1c2VyX2luZm8iOnsicGhvbmUiOiIxNzc2MTcwODE4MSIsImVtYWlsIjoiMTE1ODQ5NDMxOEBxcS5jb20iLCJpZCI6MTM3MiwibmFtZSI6ImxpaGUiLCJyb2xlIjoiU1RVREVOVCJ9fQ.QEsRq8uSJRxFUmEpaGBrsdp1sy5CMVdtLIY5g5RkYyQ"  
         //+this.$store.state.token;
     },

+ 2 - 2
pages/rookie/info.vue

@@ -137,7 +137,7 @@ export default {
       examId: "",
       questionScoreMap: {},
       redirect_uri: encodeURIComponent(
-        "http://p.seecoder.cn/rookie/basicResult"
+        "http://p.seec.seecoder.cn/rookie/basicResult"
       ),
       teacher_token: "",
       redirect_test_uri: encodeURIComponent(
@@ -243,7 +243,7 @@ export default {
                       "http://eval.seec.seecoder.cn/exam/" +
                       this.examId +
                       "/exam-pane?redirect_uri=" +
-                      this.redirect_test_uri +
+                      this.redirect_uri +
                       "&id_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJwLnNlZWNvZGVyLmNuIiwic3ViIjoiMTc3NjE3MDgxODEiLCJhdWQiOiJzZWVjLW1vb2MiLCJhdXRoX3RpbWUiOjE2MjE1OTYxNjUsImlhdCI6MTYyMTU5NjE2NSwiZXhwIjoxNjIxNjgyNTY1LCJ1c2VyX2luZm8iOnsicGhvbmUiOiIxNzc2MTcwODE4MSIsImVtYWlsIjoiMTE1ODQ5NDMxOEBxcS5jb20iLCJpZCI6MTM3MiwibmFtZSI6ImxpaGUiLCJyb2xlIjoiU1RVREVOVCJ9fQ.QEsRq8uSJRxFUmEpaGBrsdp1sy5CMVdtLIY5g5RkYyQ" 
                       //+this.$store.state.token;
                   });