lrf402788946 5 vuotta sitten
vanhempi
commit
a70785cbec
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/views/index.vue

+ 3 - 0
src/views/index.vue

@@ -119,6 +119,9 @@ export default {
     pageTitle() {
       return `${this.$route.meta.title}`;
     },
+    openid() {
+      return this.$route.query.openid;
+    },
     classid() {
       return this.$route.query.classid;
     },