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, }