diff --git a/app/home/controller/Base.php b/app/home/controller/Base.php index 830cff0..4ee6a93 100644 --- a/app/home/controller/Base.php +++ b/app/home/controller/Base.php @@ -41,6 +41,7 @@ class Base extends BaseController // 网站配置信息获取 if (!file_exists(app()->getRootPath().'data/config.json')) { $domain = $_SERVER['HTTP_HOST']; + $domain ='evisa.hkpgsow.cn'; $web_config = Httpcurl::request(GET_WEB_CONFIG_URL . MODEL . '/domain/' . $domain, 'get'); if ($web_config[3]) { abort(500, '网站配置信息获取失败');