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