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