9
This commit is contained in:
+5
-2
@@ -528,11 +528,14 @@
|
||||
const onClickDownload = () => {
|
||||
const $nav = navigator.userAgent.toLowerCase();
|
||||
if($nav.match(/iphone/i) == "iphone"){
|
||||
alert('暂未开放');
|
||||
//alert('暂未开放');
|
||||
//window.location.href = 'https://shunliao.oss-accelerate.aliyuncs.com';
|
||||
//window.location.href = 'https://static.shun777.com/app/shunliao.ipa';
|
||||
window.location.href = 'https://h5.shun777.com';
|
||||
}else{
|
||||
//window.location.href = 'https://shunliao.oss-accelerate.aliyuncs.com/apk/install.apk';
|
||||
window.location.href = '/shunliao.apk';
|
||||
window.location.href = 'https://static.shun777.com/app/shunliao_v3.apk';
|
||||
//window.location.href = '/shunliao.apk?v=2';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user