|
|
@@ -416,7 +416,13 @@
|
|
|
download() {
|
|
|
if (isAndroid) {
|
|
|
console.log(isAndroid);
|
|
|
- document.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
|
|
|
+ console.log(baseUrl)
|
|
|
+ if(baseUrl=='https://per.cs.se.androidscloud.com'){
|
|
|
+ window.location.href='http://per.cs.se.androidscloud.com:8888/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();
|
|
|
}
|