From e38c8bce41ada8da4e04fff9caca008ef3da3fff Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 28 Jan 2024 17:23:33 +0800 Subject: [PATCH] uu --- common/getCdnUrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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