const proxyUrl = '/enterprise'; import { http } from 'plugins/request/index'; // 查询文件路径 export const fileLocationQuery = params => http.post(`${proxyUrl}/file/fileLocationQuery`, params);