diff --git a/common/getCdnUrl.js b/common/getCdnUrl.js index b852534..62c1aa4 100644 --- a/common/getCdnUrl.js +++ b/common/getCdnUrl.js @@ -1,4 +1,4 @@ export default (path)=> { - // return `/static/images/${path}` + // return `/sta_back/images/${path}` return `http://oss-emis.tanex56.com/sapp/${path}` } \ No newline at end of file