@@ -22,8 +22,8 @@ const baseUrl = (function() {
case 'development':
return `/${proxy}`;
case 'production':
- // return `http://api.s.huaml.com`;
- return `${window.location.protocol}//api.s.${getFirstHost()}.com`;
+ // return `http://api.saas.huaml.com`;
+ return `${window.location.protocol}//api.saas.${getFirstHost()}.com`;
default:
return '';
}