emis-app/common/getCdnUrl.js
2023-12-01 07:16:07 +08:00

3 lines
61 B
JavaScript

export default (path)=> {
return `/static/images/${path}`
}