@@ -538,6 +538,7 @@ export default {
this.$axios.post('/api/MarketCustomerResources/QueryUnlockDropList', {}, {
headers: {
'Authorization': that.token,
+ 'Accept-Encoding': 'gzip'
},
}).then(resp => {
if (resp.data.code == 200) {