🔨 Refactor(custom): refactored imports

This commit is contained in:
Kuingsmile
2024-06-09 18:39:12 +08:00
parent e87e3999b4
commit 19c12b6b02
30 changed files with 207 additions and 216 deletions

View File

@@ -26,7 +26,7 @@ import { Loading } from '@element-plus/icons-vue'
import { getAuthHeader } from '@/manage/utils/digestAuth'
import { getFileIconPath } from '@/manage/utils/common'
import { formatEndpoint } from '~/manage/utils/common'
import { formatEndpoint } from '#/utils/common'
const base64Url = ref('')
const success = ref(false)

View File

@@ -5,7 +5,7 @@ import { Loading } from '@element-plus/icons-vue'
import { getFileIconPath } from '@/manage/utils/common'
import { getAuthHeader } from '@/manage/utils/digestAuth'
import { formatEndpoint } from '~/manage/utils/common'
import { formatEndpoint } from '#/utils/common'
export default defineComponent({
props: {