| commit | 2283d88b74f95ebab706e3448cd64caf3af9dff9 | [log] [tgz] |
|---|---|---|
| author | Krishya <2271857550@qq.com> | Tue May 27 22:25:19 2025 +0800 |
| committer | Krishya <2271857550@qq.com> | Wed May 28 09:53:29 2025 +0800 |
| tree | 8089f69c6afb29425c5f554ade9a7a799f92ce2c | |
| parent | 57cc17be1f0f8516b9f201bc607f6e452210664e [diff] [blame] |
修复查看帖子、评论、回复评论、点赞、收藏,添加用户等级 Change-Id: Ida9590d7ccee08dcd787a36c7e5cb39a3e26cd0d
diff --git a/src/components/Auth/Register.jsx b/src/components/Auth/Register.jsx index 16b2313..d98a449 100644 --- a/src/components/Auth/Register.jsx +++ b/src/components/Auth/Register.jsx
@@ -143,7 +143,7 @@ // setError(''); // try { -// const response = await fetch(`${API_BASE}/user/register`, { +// const response = await fetch(`/user/register`, { // method: 'POST', // headers: { // 'Content-Type': 'application/json',