feat: update WebsiteTypes usage (#8687)

This commit is contained in:
CityFun 2025-05-16 11:15:11 +08:00 committed by GitHub
parent 64e4c23d12
commit b47308cd71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -315,7 +315,7 @@ import { useI18n } from 'vue-i18n';
import { getAgentGroupList } from '@/api/modules/group';
import { Group } from '@/api/interface/group';
import { GlobalStore } from '@/store';
import { WebsiteTypes } from '@/global/mimetype';
import { getWebsiteTypes } from '@/global/mimetype';
const globalStore = GlobalStore();
const shortcuts = [
@ -334,7 +334,7 @@ const shortcuts = [
},
},
];
const WebsiteTypes = getWebsiteTypes();
const loading = ref(false);
const maskShow = ref(true);
const createRef = ref();