Merge branch 'master' of gitee.com:hainatravel/information-system

mobile-first
cyc 5 years ago
commit 19e18e4985

@ -35,6 +35,9 @@ switch ($_SERVER['SERVER_NAME']) {
case 'origin-int.mycht.cn':
$base_url = 'https://int.mycht.cn';
break;
case 'origin-gh.mycht.cn':
$base_url = 'https://gh.mycht.cn';
break;
default:
$base_url = '';
}

Loading…
Cancel
Save