From 6e8d2d38e3925b21c84ab6fc0fa642229df31b73 Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Fri, 18 Oct 2024 10:25:36 +0800 Subject: [PATCH 1/2] fix --- config/index.js | 4 ++-- files/readme.md | 2 +- manifest.json | 18 +++++------------- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/config/index.js b/config/index.js index 2be8b40..0ceb940 100644 --- a/config/index.js +++ b/config/index.js @@ -1,8 +1,8 @@ -const env = 'prod'; +const env = 'LocalTest'; const configs = { LocalTest: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', - h5Url:'http://192.168.88.51:8080/#/' + h5Url:'http://192.168.88.77:8081/#/' }, dev: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', diff --git a/files/readme.md b/files/readme.md index e476d33..f038f2d 100644 --- a/files/readme.md +++ b/files/readme.md @@ -1,4 +1,4 @@ -Android 包名 : uni.UNI4796942 +Android 包名 : uni.UNI70C49A3 证书别名:oaapp 密钥密码:12345678 Bundle ID:com.fonchain.attendance diff --git a/manifest.json b/manifest.json index 2eeecfe..bad6ffe 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,8 @@ "Geolocation" : {}, "Maps" : {}, "LivePusher" : {}, - "Push" : {} + "Push" : {}, + "Barcode" : {} }, /* 应用发布信息 */ "distribute" : { @@ -50,7 +51,8 @@ ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ], "autoSdkPermissions" : false, - "targetSdkVersion" : 34 + "targetSdkVersion" : 34, + "minSdkVersion" : 21 }, /* ios打包配置 */ "ios" : { @@ -67,11 +69,6 @@ "geolocation" : { "system" : { "__platform__" : [ "ios", "android" ] - }, - "baidu" : { - "__platform__" : [ "ios", "android" ], - "appkey_ios" : "5zzMAq3ofL5H5KfxRcf0zDMLTimvGIb0", - "appkey_android" : "ahdcPcBfatf61zRAgNl9SpBGUEURsnXN" } }, "ad" : {}, @@ -87,12 +84,7 @@ "version" : "2" } }, - "maps" : { - "baidu" : { - "appkey_ios" : "5zzMAq3ofL5H5KfxRcf0zDMLTimvGIb0", - "appkey_android" : "ahdcPcBfatf61zRAgNl9SpBGUEURsnXN" - } - } + "maps" : {} }, "icons" : { "android" : { From 86dbbcd6a7179a4f1e3f4a59e845c243970a1ffd Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Fri, 18 Oct 2024 10:26:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?commit=20message:```=20=E7=A7=BB=E9=99=A4An?= =?UTF-8?q?droid=E5=BA=94=E7=94=A8=E7=9A=84=E5=8C=85=E5=90=8D=E3=80=81?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E5=88=AB=E5=90=8D=E5=92=8C=E5=AF=86=E9=92=A5?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 从文件'files/android/readme.md'中移除了Android应用的包名、证书别名和密钥密码信息。这些敏感信息不应公开,以确保应用的安全性。 ``` --- files/android/readme.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 files/android/readme.md diff --git a/files/android/readme.md b/files/android/readme.md deleted file mode 100644 index cdec49d..0000000 --- a/files/android/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -Android 包名 : uni.UNI4796942 -证书别名:oaapp -密钥密码:12345678