appfun.ts 119 B

1234567
  1. //获取文件路径
  2. export function getFilePath (file_path){
  3. if(file_path) return file_path;
  4. return null
  5. }