diff --git a/application/config/config.php b/application/config/config.php index 697eabd2..897a4e5e 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -39,10 +39,10 @@ switch ($_SERVER['SERVER_NAME']) { case 'gh-int.mycht.cn': $base_url = 'https://int.mycht.cn'; break; - case 'int.mycht.cn': + case 'int.mycht.cn': // lmr $base_url = 'https://int.mycht.cn'; break; - case 'gm.mycht.cn': + case 'gm.mycht.cn': // lmr $base_url = 'https://gm.mycht.cn'; break; case 'origin-gh.mycht.cn':