diff --git a/library/think/Url.php b/library/think/Url.php index 39dec448..c6c7fbfc 100644 --- a/library/think/Url.php +++ b/library/think/Url.php @@ -26,7 +26,7 @@ class Url */ public static function build($url = '', $vars = '', $suffix = true, $domain = false) { - if (fale === $domain && Config::get('url_domain_deploy')) { + if (false === $domain && Config::get('url_domain_deploy')) { $domain = true; } // 解析URL