mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-10 01:31:22 +08:00
Merge branch 'main' into example
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { $t } from '@/locales';
|
||||
import { fetchCustomBackendError } from '@/service/api';
|
||||
import { $t } from '@/locales';
|
||||
|
||||
async function logout() {
|
||||
await fetchCustomBackendError('8888', $t('request.logoutMsg'));
|
||||
|
||||
Reference in New Issue
Block a user