|
|
@@ -565,12 +565,11 @@
|
|
|
});
|
|
|
function download() {
|
|
|
if (isAndroid) {
|
|
|
- if (baseUrl == 'https://per.cs.se.androidscloud.com') {
|
|
|
- window.location.href = 'http://per.cs.se.androidscloud.com:8888/suanchou'
|
|
|
+ if (baseUrl.includes('14.16.190.141')) {
|
|
|
+ window.location.href = 'http://14.18.190.141:28888/suanchou'
|
|
|
} else {
|
|
|
window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
|
|
|
}
|
|
|
-
|
|
|
} else if (isIOS) {
|
|
|
document.location.href = 'https://www.pgyer.com/gemini6?timestamp=' + Math.random();
|
|
|
} else {
|
|
|
@@ -774,8 +773,8 @@
|
|
|
},
|
|
|
download() {
|
|
|
if (isAndroid) {
|
|
|
- if (baseUrl == 'https://per.cs.se.androidscloud.com') {
|
|
|
- window.location.href = 'http://per.cs.se.androidscloud.com:8888/suanchou'
|
|
|
+ if (baseUrl.includes('14.16.190.141')) {
|
|
|
+ window.location.href = 'http://14.18.190.141:28888/suanchou'
|
|
|
} else {
|
|
|
window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
|
|
|
}
|