Browse Source

Update index.js

4.x
Caven Chen 9 months ago
parent
commit
be60cdc50b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/index.js

+ 1
- 1
src/index.js View File

@@ -37,7 +37,7 @@ export function ready(options = {}) {
return new Promise((resolve, reject) => {
//reset CESIUM_BASE_URL
if (options['baseUrl']) {
this.config.baseUrl = options['baseUrl']
config.baseUrl = options['baseUrl']
}
//register echarts lib
if (options['echarts']) {

Loading…
Cancel
Save