@@ -40,7 +40,7 @@ export default {
|
||||
// },
|
||||
},
|
||||
mounted() {
|
||||
this.isAll = this.$route.query.blindState !== '0'
|
||||
this.isAll = !this.$route.query.blindState
|
||||
const token = getQueryString('token')
|
||||
if (token) {
|
||||
store.dispatch('user/setToken', token)
|
||||
|
||||
Reference in New Issue
Block a user