emis-app/common/getCdnUrl.js
2024-06-14 23:43:50 +08:00

7 lines
127 B
JavaScript

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