iv-npm 1.4.9 → 1.4.10

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.9",
3
+ "version": "1.4.10",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -145,8 +145,13 @@ 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.NODE_ENV, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
148
+ try {
149
+ console.log("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
150
+ console.log(process.env.NODE_ENV, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
151
+ console.log(process.env.BASE_URL, "bbbbbbbbbbbbbbbbbbbb");
152
+ } catch (error) {
153
+ console.log(error);
154
+ }
150
155
  if (process.env.NODE_ENV == "development")
151
156
  return devHost[key];
152
157
  let preString = "";