🐞 fix(显示http地址): 只保留版本信息显示

This commit is contained in:
xuan 2023-02-23 21:14:01 +08:00
parent 61dc5c740e
commit a486c2659b

View File

@ -266,7 +266,7 @@ const User = () => {
<UserInfo />
{/* 测试暂时添加 */}
{CURRENT_ENV !== 'production' && <View style={{ fontSize: '26rpx', color: '#707070', textAlign: 'center' }}>{CURRENT_VERSION}</View>}
<View style={{ fontSize: '26rpx', color: '#707070', textAlign: 'center' }}>{CURRENT_VERSION}</View>
{CURRENT_ENV !== 'production' && <View style={{ fontSize: '26rpx', color: '#707070', textAlign: 'center' }}>{BASE_URL}</View>}
</View>
</>