small changes to test with ate
parent
3313307e84
commit
fb9f4b4342
2
.env.dev
2
.env.dev
|
|
@ -1,3 +1,3 @@
|
|||
# 配置文档参考 https://taro-docs.jd.com/docs/next/env-mode-config
|
||||
TARO_APP_ID="wx636eb7cf2b84f305"
|
||||
TARO_APP_API="http://127.0.0.1:9527"
|
||||
TARO_APP_API="https://ate.zjueva.net"
|
||||
|
|
@ -123,7 +123,7 @@ export default class UserPage extends Component {
|
|||
className='at-row at-row__justify--center at-row__align--center'
|
||||
style='height:120rpx;color:#696969;'
|
||||
>
|
||||
<Text style={{ fontSize: '32rpx' }}> EVA Eta v1.0.2</Text>
|
||||
<Text style={{ fontSize: '32rpx' }}> EVA Eta v1.1.0</Text>
|
||||
</View>
|
||||
<AtList>
|
||||
<AtListItem
|
||||
|
|
|
|||
Loading…
Reference in New Issue