refactor(projects): rename directory serviceAlova to service-alova

This commit is contained in:
Soybean
2024-10-24 23:52:45 +08:00
parent a2178d3405
commit e019defef3
15 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { actionDelegationMiddleware, useAutoRequest } from '@sa/alova/client';
import { ref } from 'vue';
import { alova } from '@/serviceAlova/request';
import { alova } from '@/service-alova/request';
const getLastTime = alova.Get<{ time: string }>('/mock/getLastTime', { cacheFor: null });
const isStop = ref(false);