iv-npm 1.4.25 → 1.4.27
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 +1 -1
- package/packages/shared/dist/utils/index.mjs +2 -2
- package/packages/ui/dist/index.cjs.js +1 -1
- package/packages/ui/dist/index.esm.js +1 -1
- package/packages/ui/dist/index.umd.js +1 -1
- package/packages/ui/dist/index.umd.js.map +1 -1
- package/packages/ui/package.json +2 -1
- package/pnpm-lock.yaml +24 -0
package/package.json
CHANGED
|
@@ -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://
|
|
146
|
+
ASSET_URL: "https://gateway.nacho.cn"
|
|
147
147
|
};
|
|
148
148
|
try {
|
|
149
149
|
if (process.env.VITE_APP_BASE_URL)
|
|
@@ -207,7 +207,7 @@ function hostConfiger(key) {
|
|
|
207
207
|
preString = "mrp2";
|
|
208
208
|
break;
|
|
209
209
|
case "ASSET_URL":
|
|
210
|
-
preString = "
|
|
210
|
+
preString = "gateway";
|
|
211
211
|
break;
|
|
212
212
|
default:
|
|
213
213
|
throw new Error("no matching arguments\uFF01");
|