fix: add black
This commit is contained in:
@@ -54,6 +54,8 @@ instance.interceptors.request.use(
|
||||
}
|
||||
if (store.getters['user/appId']) {
|
||||
config.headers['x-app-id'] = store.getters['user/appId']
|
||||
} else {
|
||||
config.headers['x-app-id'] = '69665538a49b8ae3be50fe5d'
|
||||
}
|
||||
if (config.method === 'get' && config.params) {
|
||||
config.params = Vue.prototype.$baseLodash.pickBy(config.params, Vue.prototype.$baseLodash.identity)
|
||||
|
||||
Reference in New Issue
Block a user