1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-21 16:55:21 +08:00
parent 30ee433de3
commit 0b09bcb702
1 changed files with 1 additions and 1 deletions

View File

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