Browse Source

Merge branch 'master' of https://github.com/dvgis/dc-sdk

tags/4.0.0
cavencj 1 year ago
parent
commit
fd345dcbef
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/index.js

+ 1
- 1
src/index.js View File

@@ -30,7 +30,7 @@ export function ready(options = {}) {
if (__isInitialized) {
return Promise.resolve()
}
// __cmdOut && __cmdOut()
__cmdOut && __cmdOut()
if (options['baseUrl']) {
this.config.baseUrl = options['baseUrl']
}

Loading…
Cancel
Save