Explorar el Código

Update index.js

4.x
Caven Chen hace 9 meses
padre
commit
be60cdc50b
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/index.js

+ 1
- 1
src/index.js Ver fichero

@@ -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']) {

Cargando…
Cancelar
Guardar