This commit is contained in:
scout 2024-10-18 10:29:20 +08:00
commit e6833725e7
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
const env = 'prod'; const env = 'LocalTest';
const configs = { const configs = {
LocalTest: { LocalTest: {
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',

View File

@ -1,4 +1,4 @@
Android 包名 uni.UNI4796942 Android 包名 uni.UNI70C49A3
证书别名oaapp 证书别名oaapp
密钥密码12345678 密钥密码12345678
Bundle ID:com.fonchain.attendance Bundle ID:com.fonchain.attendance

View File

@ -51,7 +51,8 @@
], ],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a" ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
"autoSdkPermissions" : false, "autoSdkPermissions" : false,
"targetSdkVersion" : 34 "targetSdkVersion" : 34,
"minSdkVersion" : 21
}, },
/* ios */ /* ios */
"ios" : { "ios" : {