forked from drone/command-center-dashboard

shuishen
2025-04-02 e14358f85a7d32a753225f253ff223d17cf36c25
src/api/common.js
@@ -1,4 +1,4 @@
import request from '@/axios';
import request from '@/axios'
/**
 * 文件流返回
@@ -11,5 +11,5 @@
    params: params,
    method: 'get',
    responseType: 'blob',
  });
};
   })
}