|
@ -142,7 +142,7 @@ |
|
|
onLoad(query) { |
|
|
onLoad(query) { |
|
|
if (query.shareId) { |
|
|
if (query.shareId) { |
|
|
uni.setStorageSync('shareId', query.shareId) |
|
|
uni.setStorageSync('shareId', query.shareId) |
|
|
this.$store.commit('login') |
|
|
|
|
|
|
|
|
this.$store.commit('login', true) |
|
|
} |
|
|
} |
|
|
uni.$on('initConfig', (e) => { |
|
|
uni.$on('initConfig', (e) => { |
|
|
this.config_other_job = e.config_other_job |
|
|
this.config_other_job = e.config_other_job |
|
|