1
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-21 16:55:21 +08:00
parent 30ee433de3
commit 0b09bcb702
@@ -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)