//获取文件路径 export function getFilePath (file_path){ if(file_path) return file_path; return null }