From a486c2659b47b60e932e2083104364eeeb4578db Mon Sep 17 00:00:00 2001 From: xuan Date: Thu, 23 Feb 2023 21:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E6=98=BE=E7=A4=BAhttp?= =?UTF-8?q?=E5=9C=B0=E5=9D=80):=20=E5=8F=AA=E4=BF=9D=E7=95=99=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx index f9a4fd2..839e2c6 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -266,7 +266,7 @@ const User = () => { {/* 测试暂时添加 */} - {CURRENT_ENV !== 'production' && {CURRENT_VERSION}} + {CURRENT_VERSION} {CURRENT_ENV !== 'production' && {BASE_URL}}