iv-npm 1.7.50 → 1.7.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -214,9 +214,6 @@ function apiConfiger(config) {
|
|
|
214
214
|
if (config.requestBase == "PDM_URL") {
|
|
215
215
|
config.baseURL = process.env.NODE_ENV == "development" ? "/pdm" : `${protocol}//pdm.${hostname[1]}.${hostname[2]}`;
|
|
216
216
|
}
|
|
217
|
-
if (config.requestBase == "MC_URL") {
|
|
218
|
-
config.baseURL = process.env.NODE_ENV == "development" ? "/mc" : `${protocol}//mc.${hostname[1]}.${hostname[2]}`;
|
|
219
|
-
}
|
|
220
217
|
return config;
|
|
221
218
|
}
|
|
222
219
|
|