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