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