fix: 文件转存接口移动

This commit is contained in:
TsMask
2023-12-12 19:29:49 +08:00
parent e6d62da386
commit cd53fab1f9
4 changed files with 16 additions and 18 deletions

View File

@@ -7,10 +7,9 @@ import { onMounted, reactive, watch, computed } from 'vue';
import useAppStore from '@/store/modules/app';
import useI18n from '@/hooks/useI18n';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { uploadFile } from '@/api/tool/file';
import { transferStaticFile, uploadFile } from '@/api/tool/file';
import { changeValue } from '@/api/system/config';
import { sessionGet } from '@/utils/cache-session-utils';
import { transferStaticFile } from '@/api';
import { parseUrlPath } from '@/plugins/file-static-url';
const appStore = useAppStore();
const { t, currentLocale, optionsLocale } = useI18n();