emis-sapp/common/getCdnUrl.js
2023-12-26 17:06:57 +08:00

4 lines
116 B
JavaScript

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