From d764009571c967aeead0e2120bcf1114d0037980 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Sat, 22 Jan 2022 16:20:47 +0800 Subject: [PATCH] fix https baseurl --- application/config/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/config/config.php b/application/config/config.php index 7f11c37a..349837f8 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -35,6 +35,9 @@ switch ($_SERVER['SERVER_NAME']) { case 'origin-int.mycht.cn': $base_url = 'https://int.mycht.cn'; break; + case 'gh-int.mycht.cn': + $base_url = 'https://gh-int.mycht.cn'; + break; case 'origin-gh.mycht.cn': $base_url = 'https://gh.mycht.cn'; break;