🎈 perf(当前版本): 正式环境隐藏当前版本显示
This commit is contained in:
parent
82eed9489a
commit
d8acb25964
@ -181,7 +181,7 @@ export default () => {
|
|||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.bottom_version}>
|
<View className={styles.bottom_version}>
|
||||||
<View >{current_version}</View>
|
{current_env !== 'production' && <View >{current_version}</View>}
|
||||||
{current_env !== 'production' && <View >{BASE_URL}</View>}
|
{current_env !== 'production' && <View >{BASE_URL}</View>}
|
||||||
</View>
|
</View>
|
||||||
<Customer show={customer_service_show} onClose={customerClose} />
|
<Customer show={customer_service_show} onClose={customerClose} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user