5 天以前 91c82965b2d987452ca276e3a03b48c8dcda2ae9
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';