refactor: ♻️ aPI 文件根据模块划分
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import * as echarts from "echarts";
|
||||
import LogAPI, { VisitTrendVO, VisitTrendQuery } from "@/api/log";
|
||||
import LogAPI, { VisitTrendVO, VisitTrendQuery } from "@/api/system/log";
|
||||
|
||||
const dataRange = ref(1);
|
||||
const chart: Ref<echarts.ECharts | null> = ref(null);
|
||||
|
||||
Reference in New Issue
Block a user