фича: автообновление сессии
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
body: JSON.stringify(query)
|
||||
body: JSON.stringify(query), credentials: 'same-origin'
|
||||
}).then(async (resp) => {
|
||||
this.submitStatusQos = false
|
||||
if (resp['error']) { throw new Error(resp['error']) }
|
||||
|
Reference in New Issue
Block a user