@cpzxrobot/sdk 1.2.52 → 1.2.53

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/dist/index.js CHANGED
@@ -416,7 +416,7 @@ class Cpzxrobot {
416
416
  this.resolveReady(this.axios);
417
417
  });
418
418
  //@ts-ignore
419
- Promise.resolve().then(() => __importStar(require('https://www.cpzxrobot.com/webc/factory-selector.js'))).then(() => {
419
+ Promise.resolve().then(() => __importStar(require('https://webc.cpzxrobot.com/webc/factory-selector.js'))).then(() => {
420
420
  //insert cpzxrobot_factory_selector into body
421
421
  const div = document.createElement('cpzxrobot-factory-selector');
422
422
  div.setAttribute('selector-style', 'float-button');
package/index.ts CHANGED
@@ -444,7 +444,7 @@ export class Cpzxrobot {
444
444
  this.resolveReady(this.axios);
445
445
  });
446
446
  //@ts-ignore
447
- import('https://www.cpzxrobot.com/webc/factory-selector.js')
447
+ import('https://webc.cpzxrobot.com/webc/factory-selector.js')
448
448
  .then(() => {
449
449
  //insert cpzxrobot_factory_selector into body
450
450
  const div = document.createElement('cpzxrobot-factory-selector');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {