@@ -37,7 +37,7 @@
</div>
<script type="text/javascript">
- // var baseUrl = 'https://per.cs.se.androidscloud.com';
+ // var baseUrl = 'http://14.18.190.141:24380';
let code = '', downloadId = '', platform = '', fileIp = '', version = '';
goAppDownload();
function goAppDownload() {
@@ -83,7 +83,7 @@
cache: false,
success: function (res) {
if (res.status === 0) {
- location.href = fileIp + downloadId;
+ window.location.href = fileIp + downloadId;
} else {
toastr.error(res.msg)
}