修改app跳转

This commit is contained in:
YeMingfei666 2024-12-09 16:51:04 +08:00
parent f87dbc2ff5
commit 483423531d
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"minSdkVersion" : 26, "minSdkVersion" : 26,
"targetSdkVersion" : 30, "targetSdkVersion" : 30,
"schemes" : "hnsiyao" "schemes" : "com.hnsiyao.duanju"
}, },
/* ios */ /* ios */
"ios" : { "ios" : {

View File

@ -1,5 +1,5 @@
export function openApp(url){ export function openApp(url){
// #ifdef H5 // #ifdef H5
window.location.href='hnsiyao://' window.location.href='com.hnsiyao.duanju://'
// #endif // #endif
} }