1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
30ee433de3
commit
0b09bcb702
|
@ -40,7 +40,7 @@ export default {
|
||||||
// },
|
// },
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.isAll = this.$route.query.blindState !== '0'
|
this.isAll = !this.$route.query.blindState
|
||||||
const token = getQueryString('token')
|
const token = getQueryString('token')
|
||||||
if (token) {
|
if (token) {
|
||||||
store.dispatch('user/setToken', token)
|
store.dispatch('user/setToken', token)
|
||||||
|
|
Loading…
Reference in New Issue