修复查看帖子、评论、回复评论、点赞、收藏,添加用户等级

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',