From 483423531d3626bdcbaf0ef74ed42c334dfd5547 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 9 Dec 2024 16:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9app=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- utils/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8736be6..e8b80ad 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ], "minSdkVersion" : 26, "targetSdkVersion" : 30, - "schemes" : "hnsiyao" + "schemes" : "com.hnsiyao.duanju" }, /* ios打包配置 */ "ios" : { diff --git a/utils/app.js b/utils/app.js index 5deb090..9ca3fe7 100644 --- a/utils/app.js +++ b/utils/app.js @@ -1,5 +1,5 @@ export function openApp(url){ // #ifdef H5 - window.location.href='hnsiyao://' + window.location.href='com.hnsiyao.duanju://' // #endif } \ No newline at end of file