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,6 +1,6 @@
<script setup lang="ts">
import { $t } from '@/locales';
import { fetchCustomBackendError } from '@/serviceAlova/api';
import { fetchCustomBackendError } from '@/service-alova/api';
async function logout() {
await fetchCustomBackendError('8888', $t('request.logoutMsg'));