lex-xin 5 years ago
parent
commit
d142aaf927

File diff suppressed because it is too large
+ 0 - 0
dist/css/VIPApply.55ad4296.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/VIPApply.d00288f3.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/VIPApply.d00288f3.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/VIPApply.f2367bc0.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/VIPApply.f2367bc0.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.e93f1d53.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.e93f1d53.js.map


+ 6 - 0
src/views/teacher/VIPApply.vue

@@ -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

Some files were not shown because too many files changed in this diff