zxl
3 天以前 526954dd5a2fe389a03a217cc827fc19935044c5
seller/src/api/common.js
@@ -39,3 +39,8 @@
    data: params
  })
}
// 获取文件预览地址
export const getFilePreviewUrl = (fileKey) => {
  return getRequest(`${commonUrl}/common/common/file/view/${fileKey}`);
};