需求:修改登录页面

This commit is contained in:
18401019693
2022-12-15 15:47:39 +08:00
parent 862ec98fa3
commit 325e57d1d5
8 changed files with 100 additions and 33 deletions

View File

@@ -4,15 +4,16 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 310,
versionName : "6.4.6"
versionCode : 400,
versionName : "6.4.5"
]
manifestPlaceholders = [
//正式
//serverHost : "https://napi.yaoulive.com",
serverHost : "https://napi.yaoulive.com",
// 測試
serverHost : "https://ceshi.yaoulive.com",
// serverHost : "https://ceshi.yaoulive.com",
//腾讯地图
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
@@ -27,6 +28,6 @@ ext {
// true表示谷歌支付 false
isGooglePlay : false,
//是否上报异常日志
isUploadLog : false
isUploadLog : true
]
}