emis-sapp/common/getCdnUrl.js
2023-11-28 02:33:56 +08:00

3 lines
61 B
JavaScript

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