iv-npm 1.4.6 → 1.4.8

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.6",
3
+ "version": "1.4.8",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -145,6 +145,8 @@ function hostConfiger(key) {
145
145
  MRP2_URL: "https://mrp2.nacho.cn",
146
146
  ASSET_URL: "https://gateway.nacho.cn"
147
147
  };
148
+ console.log("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
149
+ console.log(process.env, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
148
150
  if (process.env.NODE_ENV == "development")
149
151
  return devHost[key];
150
152
  let preString = "";