iv-npm 1.4.8 → 1.4.9

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