|
@@ -16,8 +16,8 @@ if (process.env.NODE_ENV === "development") {
|
|
|
config.responseErrorCatch = true; // API 返回错误时,是否控制台打印
|
|
config.responseErrorCatch = true; // API 返回错误时,是否控制台打印
|
|
|
} else {
|
|
} else {
|
|
|
// config.serverBaseUrl = "https://ieh5.jinlizhiyuan.com/prod-api";
|
|
// config.serverBaseUrl = "https://ieh5.jinlizhiyuan.com/prod-api";
|
|
|
- // config.serverBaseUrl = "https://www.dz1kt.com/admin/prod-api";
|
|
|
|
|
- config.serverBaseUrl = "https://dz.shineking.top/prod-api";
|
|
|
|
|
|
|
+ config.serverBaseUrl = "https://www.dz1kt.com/admin/prod-api";
|
|
|
|
|
+ // config.serverBaseUrl = "https://dz.shineking.top/prod-api";
|
|
|
config.paySiteUrl = 'https://www.dz1kt.com/h5';
|
|
config.paySiteUrl = 'https://www.dz1kt.com/h5';
|
|
|
config.responseErrorCatch = true;
|
|
config.responseErrorCatch = true;
|
|
|
}
|
|
}
|