This commit is contained in:
2020-11-27 16:14:14 +00:00
parent d0833d97e3
commit 859d54f3b5
3 changed files with 22 additions and 5 deletions

View File

@@ -243,7 +243,8 @@ export default {
return {
Accept: "application/json",
"Content-Type": "application/json",
Authorization: "Bearer " + window.$gz.store.state.apiToken
Authorization: "Bearer " + window.$gz.store.state.apiToken,
"X-AY-Import-Mode": true
};
},
postUnAuthorizedHeaders() {