9 lines
249 B
JavaScript
9 lines
249 B
JavaScript
export default (path)=> {
|
|
// return `/sta_back/images/${path}`
|
|
return `https://oms.jtrs56.com/static/sapp/images/${path}`
|
|
}
|
|
|
|
export const getCdnRoot = (path)=> {
|
|
// return `/static/${path}`
|
|
return `https://oms.jtrs56.com/static/sapp/${path}`
|
|
} |