线上调试

master
大帅比 2023-09-19 08:22:25 +00:00
parent 6a918b7abc
commit 11740f3dad
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class UrlServer
$domain = request()->domain();
} else {
$config = ConfigServer::get('storage_engine', $engine);
$domain = $config['domain'];
$domain = $config['domain'] ?? '';
}
return self::format($domain, $uri);
}