空时限制UPF图片展示
This commit is contained in:
@@ -22,7 +22,6 @@ import {
|
||||
upfFlowParse,
|
||||
} from '../dashboard/overview/hooks/useUPFTotalFlow';
|
||||
|
||||
import { upfWhoRmUid } from '../dashboard/overview/hooks/useWS';
|
||||
import useWS from '../dashboard/overview/hooks/useWS';
|
||||
const { reSendUPF } = useWS();
|
||||
|
||||
@@ -265,7 +264,6 @@ watch(
|
||||
|
||||
onMounted(() => {
|
||||
fnGetInitData();
|
||||
|
||||
// setInterval(() => {
|
||||
// upfFlowData.value.lineXTime.push(parseDateToStr(new Date()));
|
||||
// const upN3 = parseSizeFromKbs(+145452, 5);
|
||||
@@ -298,7 +296,10 @@ onUnmounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div ref="upfFlow" class="chart-container"></div>
|
||||
<div
|
||||
ref="upfFlow"
|
||||
class="chart-container"
|
||||
></div>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
Reference in New Issue
Block a user