From bd79f38713572a952e2cf201b7714a8ac9c579d0 Mon Sep 17 00:00:00 2001 From: canglan Date: Fri, 10 Apr 2026 15:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AFconfig?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config.php b/frontend/config.php index 9ae55a7..7be316f 100644 --- a/frontend/config.php +++ b/frontend/config.php @@ -52,7 +52,7 @@ if (!empty($missingKeys)) { } // 定义常量 -define('API_BASE_URL', ''''); +define('API_BASE_URL', ''); define('API_TIMEOUT', (int)$config['API_TIMEOUT']); define('JWT_STORAGE_KEY', $config['JWT_STORAGE_KEY']); define('USER_STORAGE_KEY', $config['USER_STORAGE_KEY']);