mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-17 10:57:24 +08:00
feat: update WebsiteTypes usage (#8687)
This commit is contained in:
parent
64e4c23d12
commit
b47308cd71
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue