From 1d8412163e982082c98a67bdcd12a1acaaf7d756 Mon Sep 17 00:00:00 2001 From: gaofeng <1212121@qq.com> Date: Wed, 13 May 2026 10:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/controller/Base.php | 1 + 1 file changed, 1 insertion(+) 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, '网站配置信息获取失败');