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