fix: 修复代码里BASE_CONFIG报红线的问题
This commit is contained in:
@@ -1157,8 +1157,8 @@ export default {
|
|||||||
importedType,
|
importedType,
|
||||||
revertImportedData,
|
revertImportedData,
|
||||||
handleShowImportedData,
|
handleShowImportedData,
|
||||||
baseUrl: BASE_CONFIG.baseUrl,
|
baseUrl: window.BASE_CONFIG.baseUrl,
|
||||||
apiVersion: BASE_CONFIG.apiVersion,
|
apiVersion: window.BASE_CONFIG.apiVersion,
|
||||||
fileList: ref([]),
|
fileList: ref([]),
|
||||||
fileListBack: ref(),
|
fileListBack: ref(),
|
||||||
uploadHeaders: {
|
uploadHeaders: {
|
||||||
|
|||||||
Reference in New Issue
Block a user