From 66d0881429bda7723bfef24a2fac27c1ac49329b Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 7 Jan 2025 17:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=88=86=E4=BA=AB=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=89=8D=E7=BC=80=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/config.js b/commons/config.js index 447803e..c55e9fe 100644 --- a/commons/config.js +++ b/commons/config.js @@ -17,7 +17,7 @@ export const AppConfig = { local: 'http://192.168.1.41:8100' } -function returnShareUrl(){ +export function returnShareUrl(){ if(env==='test'){ return 'https://video-h5.hnsiyao.cn' }