From f48b2102886e3191c757befb15af840a6ba20844 Mon Sep 17 00:00:00 2001 From: whyczyk <525500596@qq.com> Date: 星期二, 28 九月 2021 17:09:59 +0800 Subject: [PATCH] 实时告警首页提交 --- src/assets/units/index.js | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/assets/units/index.js b/src/assets/units/index.js index 14bcb0c..6ccc549 100644 --- a/src/assets/units/index.js +++ b/src/assets/units/index.js @@ -37,6 +37,15 @@ //鏇挎崲涓婁紶鏂囦欢鍦板潃澶撮儴 import getStationSrc from './function/getStationSrc' +//灏嗙杞寲鎴愭椂:鍒�:绉� +import formatSeconds from './function/formatSeconds' + +//璁℃椂鍣ㄥ畾鏃舵煡璇� +import Timeout from './function/Timeout' + +//鑾峰彇鏌辩姸鍥剧殑閲嶈鐨勬暟鎹� +import getBarNum from './function/getBarNum' + export default { deepClone, deepMerge, @@ -50,5 +59,8 @@ toThousands, pageTotal, convertToPinyin, - getStationSrc + getStationSrc, + formatSeconds, + Timeout, + getBarNum, } \ No newline at end of file -- Gitblit v1.9.1