iv-npm 1.4.10 → 1.4.11

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.10",
3
+ "version": "1.4.11",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -148,7 +148,7 @@ function hostConfiger(key) {
148
148
  try {
149
149
  console.log("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
150
150
  console.log(process.env.NODE_ENV, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
151
- console.log(process.env.BASE_URL, "bbbbbbbbbbbbbbbbbbbb");
151
+ console.log(process.env.VUE_BASE_URL, "bbbbbbbbbbbbbbbbbbbb");
152
152
  } catch (error) {
153
153
  console.log(error);
154
154
  }