脚本调整,处理下载页面html的apiurl问题,开发环境暂时未处理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user