This commit is contained in:
aihe 2024-01-28 17:23:33 +08:00
parent 655344bbae
commit e38c8bce41

View File

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