zhangwencui
2 小时以前 f08a81f01bc4a4104dd9ef04e071bb0bd0eb8afe
src/views/im/manager/statistics/components/trend-chart.vue
@@ -1,9 +1,9 @@
<script lang="ts" setup>
import type { EChartsOption, EchartsUIType } from '../../../../../packages/effects/plugins/src/echarts';
import type { EChartsOption, EchartsUIType } from '#/packages/effects/plugins/src/echarts';
import { nextTick, onMounted, ref } from 'vue';
import { EchartsUI, useEcharts } from '../../../../../packages/effects/plugins/src/echarts';
import { EchartsUI, useEcharts } from '#/packages/effects/plugins/src/echarts';
import { Card, Select } from 'ant-design-vue';