Commit 72354260 authored by wu.hui's avatar wu.hui

feat: 删除无用代码

parent 66f7abd5
const ua = navigator.userAgent.toLowerCase()
const testUA = (regexp) => regexp.test(ua)
const isSafari = testUA(/safari/g) && !testUA(/chrome/g)
const isWeChat = testUA(/micromessenger/g)
// 用电量、上送电量 // 用电量、上送电量
const echart1Data = { const echart1Data = {
date: ['8/17', '8/18', '8/19', '8/20', '8/21', '8/22', '8/23'], date: ['8/17', '8/18', '8/19', '8/20', '8/21', '8/22', '8/23'],
...@@ -149,12 +144,6 @@ const echart6Data = { ...@@ -149,12 +144,6 @@ const echart6Data = {
], ],
} }
// 顶部滚动数字数据
const scrollNumData = {
beforeNumArr: [0, 0, 0, 0],
afterNumArr: [3.45, 846.0, 68, 36465],
}
// 中间球体数据 // 中间球体数据
const ballData = [11, 22, 33, 44, 55, 66] const ballData = [11, 22, 33, 44, 55, 66]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment