Changeset dad25fc for ReserveNGo-frontend/src/components/Project/login_.vue
- Timestamp:
- 04/29/25 14:46:06 (37 hours ago)
- Branches:
- master
- Children:
- 7d8eeab
- Parents:
- e0ee7c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-frontend/src/components/Project/login_.vue
re0ee7c8 rdad25fc 28 28 await fetch(this.url, { 29 29 method: 'POST', 30 headers: { 'Content-Type': 'application/ x-www-form-urlencoded'},31 body: new URLSearchParams({32 33 password: this.form_info.password30 headers: { 'Content-Type': 'application/json'}, 31 body: JSON.stringify({ 32 email: this.form_info.email, 33 password: this.form_info.password, 34 34 }) 35 35 }).then((response) => response.json())
Note:
See TracChangeset
for help on using the changeset viewer.