去掉多余的内容

This commit is contained in:
hyx
2023-09-07 12:05:04 +08:00
parent 0b859bda88
commit 2eedfe6aca
3 changed files with 3 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ import { getSecond } from '@/utils/date-util'
import { api } from '@/utils/api'
import chartMixin from '@/views/charts2/chart-mixin'
import _ from 'lodash'
import { getChainRatio, getQueryByFlag2, getQueryByType } from '@/utils/tools'
import { getChainRatio } from '@/utils/tools'
import { useRoute } from 'vue-router'
import { ref } from 'vue'
import { unitTypes } from '@/utils/constants'

View File

@@ -48,8 +48,7 @@ import {
getLineIndexUnit,
getLineIndexUnit2,
overwriteUrl,
urlParamsHandler,
getQueryByType, getQueryByFlag2
urlParamsHandler
} from '@/utils/tools'
import ChartError from '@/components/common/Error'
import { dataForNpmTrafficLine } from '@/utils/static-data'