|
@@ -249,6 +249,12 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
+ let params = this.$route.query
|
|
|
+ if(params.Authorization) {
|
|
|
+ localStorage.setItem('Authorization', decodeURI(params.Authorization))
|
|
|
+ localStorage.setItem('userInfo', decodeURI(params.Authorization))
|
|
|
+ }
|
|
|
+
|
|
|
document.title = 'VIP课程班申请'
|
|
|
if(browser().android) {
|
|
|
this.headerStatus = true
|