修复前端config问题
This commit is contained in:
@@ -52,7 +52,7 @@ if (!empty($missingKeys)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 定义常量
|
// 定义常量
|
||||||
define('API_BASE_URL', '''');
|
define('API_BASE_URL', '');
|
||||||
define('API_TIMEOUT', (int)$config['API_TIMEOUT']);
|
define('API_TIMEOUT', (int)$config['API_TIMEOUT']);
|
||||||
define('JWT_STORAGE_KEY', $config['JWT_STORAGE_KEY']);
|
define('JWT_STORAGE_KEY', $config['JWT_STORAGE_KEY']);
|
||||||
define('USER_STORAGE_KEY', $config['USER_STORAGE_KEY']);
|
define('USER_STORAGE_KEY', $config['USER_STORAGE_KEY']);
|
||||||
|
|||||||
Reference in New Issue
Block a user