whychdw
2020-07-14 213cedf27bf41fb1d0e5e925ab21e6e1edefa122
src/assets/js/common.js
@@ -5,6 +5,7 @@
import getMaxFromArr from './getMaxFromArr' // 最大值
import hex_md5 from './hex_md5'
import isSetOption from './isSetOption'
import ChartManage from './ChartManage'
export {
    Timeout,
@@ -14,4 +15,5 @@
    getMaxFromArr,
    hex_md5,
    isSetOption,
    ChartManage,
}