diff --git a/src/contexts/AuthContext.js b/src/contexts/AuthContext.js index cd817852..ebf0f7ea 100755 --- a/src/contexts/AuthContext.js +++ b/src/contexts/AuthContext.js @@ -5,7 +5,7 @@ import { useToast } from '@chakra-ui/react'; // API基础URL配置 const isProduction = process.env.NODE_ENV === 'production'; -const API_BASE_URL = isProduction ? "" : process.env.REACT_APP_API_URL || "http://49.232.185.254:5000"; +const API_BASE_URL = isProduction ? "" : process.env.REACT_APP_API_URL || "http://49.232.185.254:5001"; // 创建认证上下文 const AuthContext = createContext();