iv-npm 1.4.1 → 1.4.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -143,7 +143,7 @@ function hostConfiger(key) {
143
143
  BASE_URL: "https://basis.nacho.cn",
144
144
  MRP_URL: "https://mrp.nacho.cn",
145
145
  MRP2_URL: "https://mrp2.nacho.cn",
146
- ASSET_URL: "https://gateway.nacho.cn/"
146
+ ASSET_URL: "https://gateway.nacho.cn"
147
147
  };
148
148
  if (process.env.NODE_ENV == "development")
149
149
  return devHost[key];