refactor: ♻️ 访问统计对接后台临时提交

This commit is contained in:
haoxianrui
2024-07-06 05:07:50 +08:00
parent 7345b4dd66
commit d852698499
6 changed files with 176 additions and 185 deletions

View File

@@ -30,7 +30,7 @@
<script setup lang="ts">
import * as echarts from "echarts";
import StatsAPI, { VisitTrendVO, VisitTrendQuery } from "@/api/stats";
import StatsAPI, { VisitTrendVO, VisitTrendQuery } from "@/api/log";
const dataRange = ref(1);
const chart: Ref<echarts.ECharts | null> = ref(null);