|
@@ -303,9 +303,9 @@
|
|
|
function download() {
|
|
|
if (isAndroid) {
|
|
|
if (baseUrl == 'https://per.cs.se.androidscloud.com') {
|
|
|
- window.location.href = 'http://per.cs.se.androidscloud.com:8888/suanchou'
|
|
|
+ window.location.href = 'http://per.cs.se.androidscloud.com:8888'
|
|
|
} else {
|
|
|
- window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
|
|
|
+ window.location.href = 'http://www.androidscloud.com?timestamp=' + Math.random();
|
|
|
}
|
|
|
|
|
|
} else if (isIOS) {
|