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