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}} )