@aliyun-obv/api 0.3.32 → 0.3.34

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 +3 -0
  2. package/package.json +1 -1
package/dist/api.es.js CHANGED
@@ -292,6 +292,9 @@ function getObvDomain() {
292
292
  }
293
293
  return `https://pre-cmsnext.console.aliyun.com`;
294
294
  }
295
+ if (is4Finance(window.location)) {
296
+ return `https://cmsnext.console.aliyun.com`;
297
+ }
295
298
  if (is4Service(window.location)) {
296
299
  return `https://cmsnext4service.console.aliyun.com`;
297
300
  }
package/package.json CHANGED
@@ -15,5 +15,5 @@
15
15
  "styled-components": "^5.2.0"
16
16
  },
17
17
  "devDependencies": {},
18
- "version": "0.3.32"
18
+ "version": "0.3.34"
19
19
  }