修改资料库
This commit is contained in:
@@ -64,6 +64,7 @@ function createAxios<Data = any, T = ApiPromise<Data>>(
|
||||
if (
|
||||
!(
|
||||
config.url == '/system-boot/file/upload' ||
|
||||
|
||||
config.url == '/harmonic-boot/grid/getAssessOverview' ||
|
||||
config.url == '/system-boot/file/getFileVO' ||
|
||||
config.url == '/harmonic-boot/gridDiagram/getGridDiagramAreaData'
|
||||
@@ -108,6 +109,7 @@ function createAxios<Data = any, T = ApiPromise<Data>>(
|
||||
Array.isArray(response.data) ||
|
||||
response.data.size ||
|
||||
response.config.url == '/harmonic-boot/exportmodel/exportModelJB' ||
|
||||
response.config.url == '/system-boot/file/download' ||
|
||||
response.config.url == '/harmonic-boot/powerStatistics/exportExcelListTemplate' ||
|
||||
response.config.url == '/harmonic-boot/powerStatistics/exportExcelRangTemplate'
|
||||
// ||
|
||||
|
||||
Reference in New Issue
Block a user