index.js 90 B

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