lex-xin 4 anni fa
parent
commit
619b67d05c

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


File diff suppressed because it is too large
+ 0 - 0
dist/css/TeachingSet.9fa8563e.css


+ 0 - 0
dist/css/chunk-vendors.d8a09c6f.css → dist/css/chunk-vendors.dca48759.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/TeachingSet.2bbee5d5.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/TeachingSet.fc16c56a.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/chunk-vendors.54e117a6.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/chunk-vendors.881b7ce5.js


+ 2 - 2
src/main.js

@@ -19,8 +19,8 @@ Vue.use(Button).use(Icon).use(Tag).use(Swipe).use(SwipeItem)
    .use(CountDown).use(Panel).use(Dialog).use(Sticky).use(Rate).use(Switch)
 Vue.config.productionTip = false
 
-// import Vconsole from 'vconsole'
-// const vconsole = new Vconsole()
+import Vconsole from 'vconsole'
+const vconsole = new Vconsole()
 
 import VueAMap from 'vue-amap'
 Vue.use(VueAMap)

+ 1 - 0
src/views/teacher/TeachingSet.vue

@@ -104,6 +104,7 @@ export default {
             localStorage.setItem('Authorization', decodeURI(params.Authorization))
             localStorage.setItem('userInfo', decodeURI(params.Authorization))
         }
+        console.log(JSON.stringify(params))
         if(params.type == 'update') {
             this.addressDetail = params.address
             this.teachingSchool = params.name

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