2023-11-27 18:33:56 +00:00
|
|
|
export default (path)=> {
|
2024-07-13 17:06:04 +00:00
|
|
|
// return `/sta_back/images/${path}`
|
2025-07-02 09:21:11 +00:00
|
|
|
return `https://oms.tanex56.com/static/sapp/images/${path}`
|
2024-07-13 08:34:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export const getCdnRoot = (path)=> {
|
|
|
|
|
// return `/static/${path}`
|
2025-07-02 09:21:11 +00:00
|
|
|
return `https://oms.tanex56.com/static/sapp/${path}`
|
2023-11-27 18:33:56 +00:00
|
|
|
}
|