fix: 修复代码里BASE_CONFIG报红线的问题

This commit is contained in:
刘洪洪
2023-05-29 14:32:42 +08:00
parent b2c76aa2c7
commit c664a301f8

View File

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