111
@@ -126,7 +126,7 @@ export default {
},
created(){
this.classGroupId = this.$route.query.classGroupId;
- this.token = localStorage.getItem('userInfo')
+ this.token = localStorage.getItem('Authorization')
if (!this.token || !this.classGroupId) {
this.onAppBack()
return