@aliyun-obv/api 0.4.0-beta.1 → 0.4.0-beta.2

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.
Files changed (2) hide show
  1. package/dist/api.es.js +6 -6
  2. package/package.json +1 -1
package/dist/api.es.js CHANGED
@@ -281,20 +281,20 @@ function getPreConfig(isObv, suffix) {
281
281
  function getProdConfig(isObv, suffix) {
282
282
  if (isObv) {
283
283
  if (is4Finance(window.location)) {
284
- return `https://log4finance.${suffix}`;
284
+ return `https://cmsnext.${suffix}`;
285
285
  }
286
286
  if (is4Service(window.location)) {
287
- return `https://sls4service.${suffix}`;
287
+ return `https://cmsnext4service.${suffix}`;
288
288
  }
289
- return `https://sls.${suffix}`;
289
+ return `https://cmsnext.${suffix}`;
290
290
  } else {
291
291
  if (is4Finance(window.location)) {
292
- return `https://cmsnext.${suffix}`;
292
+ return `https://log4finance.${suffix}`;
293
293
  }
294
294
  if (is4Service(window.location)) {
295
- return `https://cmsnext4service.${suffix}`;
295
+ return `https://sls4service.${suffix}`;
296
296
  }
297
- return `https://cmsnext.${suffix}`;
297
+ return `https://sls.${suffix}`;
298
298
  }
299
299
  }
300
300
  function getConsoleDomain(isObv = true) {
package/package.json CHANGED
@@ -15,5 +15,5 @@
15
15
  "styled-components": "^5.2.0",
16
16
  "urijs": "^1.19.1"
17
17
  },
18
- "version": "0.4.0-beta.1"
18
+ "version": "0.4.0-beta.2"
19
19
  }