瀏覽代碼

improve the name space

tags/2.16.0
Caven Chen 3 年之前
父節點
當前提交
74e8876fc1
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. 4
    4
      modules/namespace/index.js

+ 4
- 4
modules/namespace/index.js 查看文件

@@ -3,10 +3,10 @@
* @Date: 2021-03-15 18:36:48
*/

import { getCesium, getTurf, getMapv } from './NSManager'
import { getlib } from '@dc-modules/global-api'

export const Cesium = getCesium()
export const Cesium = getlib('Cesium')

export const turf = getTurf()
export const turf = getlib('turf')

export const mapv = getMapv()
export const mapv = getlib('mapv')

Loading…
取消
儲存