脚本调整,处理下载页面html的apiurl问题,开发环境暂时未处理

This commit is contained in:
2025-11-05 17:46:03 +08:00
parent 6125c6fc87
commit 66a0c2f4d6
4 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -89,7 +89,7 @@
}
}
function androidLoad() {
window.open('https://api.cqygjk.com/health-system/api/anon/sys/toAppDown?pkg=com.sw.healthexpertclient&type=1');
window.open(window['downUrl']+'/health-system/api/anon/sys/toAppDown?pkg=com.sw.healthexpertclient&type=1');
}
function iosLoad() {
// 响应App store
@@ -104,4 +104,4 @@
androidLoad();
}
}
</script>
</script>