From 61dc5c740ee15aa7c3ea976f7ea1ab3c40764419 Mon Sep 17 00:00:00 2001 From: xuan Date: Thu, 23 Feb 2023 21:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(git=E5=92=8C=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=8F=90=E7=A4=BA):=20=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=86=8D=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx index 176c692..f9a4fd2 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -266,8 +266,8 @@ const User = () => { {/* 测试暂时添加 */} - {CURRENT_ENV !== 'prod' && {CURRENT_VERSION}} - {CURRENT_ENV !== 'prod' && {BASE_URL}} + {CURRENT_ENV !== 'production' && {CURRENT_VERSION}} + {CURRENT_ENV !== 'production' && {BASE_URL}} )