refactor(projects): rename directory serviceAlova to service-alova
This commit is contained in:
@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user