index.js 92 B

12345
  1. export const getImageUrl = (uri) => {
  2. return `${process.env.UNI_FILE_PREFIX}${uri}`;
  3. };