* Добавлен файл index.html и файл стилей, для формы авторизации.
This commit is contained in:
parent
923b4183b3
commit
ce957f231d
@ -51,11 +51,10 @@
|
|||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'Access-Control-Allow-Origin': '*' }
|
}
|
||||||
});
|
});
|
||||||
const json = await response.json();
|
const json = await response.json();
|
||||||
console.log('Успех:', JSON.stringify(json));
|
console.log('Успех:', JSON.stringify(json));
|
||||||
this.responseMessage = json
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Ошибка:', error);
|
console.error('Ошибка:', error);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user