@cpzxrobot/sdk 1.2.51 → 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 +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
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://
|
|
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://
|
|
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');
|