fix: 将基础配置信息移出window

This commit is contained in:
刘洪洪
2023-06-01 11:30:21 +08:00
parent ef9b32d2b4
commit 72ed204f3a
3 changed files with 5 additions and 7 deletions

View File

@@ -1157,8 +1157,8 @@ export default {
importedType,
revertImportedData,
handleShowImportedData,
baseUrl: window.BASE_CONFIG.baseUrl,
apiVersion: window.BASE_CONFIG.apiVersion,
baseUrl: BASE_CONFIG.baseUrl,
apiVersion: BASE_CONFIG.apiVersion,
fileList: ref([]),
fileListBack: ref(),
uploadHeaders: {