@@ -9,8 +9,8 @@ export default (url = '', baseUrl = '', data = {}, dataType = 'JSON', type = 'GE
baseUrl = baseUrl;
} else if (process.env.NODE_ENV === 'production') {
if (baseUrl) {
- let buildUrl = "https://test.hajwy.com/"
// let buildUrl = "https://test.hajwy.com/"
+ let buildUrl = "https://pms.hajwy.com/"
switch (baseUrl) {
case '/landcrm':
baseUrl = prodServer("landcrm");
@@ -28,8 +28,8 @@ export default async (url = '', baseUrl = '', data = {}, dataType = 'JSON', type
// baseUrl = 'https://test.hajwy.com/landcrm';