From b37006724bc45db4535942d8c83664825cefcd4d Mon Sep 17 00:00:00 2001 From: xuan Date: Thu, 29 Dec 2022 18:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E7=89=88=E6=9C=AC=E5=8F=B7)?= =?UTF-8?q?:=20=E6=98=BE=E7=A4=BA=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= 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 b45014f..7797ac4 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -246,8 +246,8 @@ const User = () => { {/* 测试暂时添加 */} - {CURRENT_ENV === 'development' && {CURRENT_VERSION}} - {CURRENT_ENV === 'development' && {BASE_URL}} + {CURRENT_ENV !== 'prod' && {CURRENT_VERSION}} + {CURRENT_ENV !== 'prod' && {BASE_URL}} )