emis-sapp/common/getCdnUrl.js
2024-01-28 17:23:33 +08:00

4 lines
118 B
JavaScript

export default (path)=> {
// return `/sta_back/images/${path}`
return `http://oss-emis.tanex56.com/sapp/${path}`
}