|
@@ -17,6 +17,13 @@
|
|
<script>
|
|
<script>
|
|
toastr.options.positionClass = 'toast-center-center';
|
|
toastr.options.positionClass = 'toast-center-center';
|
|
</script>
|
|
</script>
|
|
|
|
+ <style>
|
|
|
|
+ @media (max-width: 800px) {
|
|
|
|
+ .free-code-con {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
</head>
|
|
</head>
|
|
<div class="top free-code-con" style="position:relative;background: #169af2;">
|
|
<div class="top free-code-con" style="position:relative;background: #169af2;">
|
|
<div class="bottom-img">
|
|
<div class="bottom-img">
|
|
@@ -79,7 +86,7 @@
|
|
cache: false,
|
|
cache: false,
|
|
success: function (res) {
|
|
success: function (res) {
|
|
if (res.status === 0) {
|
|
if (res.status === 0) {
|
|
- if(baseUrl == 'https://per.cs.se.androidscloud.com'){
|
|
|
|
|
|
+ if(baseUrl.includes('per.cs.se.androidscloud.com')){
|
|
window.location.href = `https://per.cs.se.androidscloud.com/file-center/fileOperate/downloadFile?id=${downloadId}`;
|
|
window.location.href = `https://per.cs.se.androidscloud.com/file-center/fileOperate/downloadFile?id=${downloadId}`;
|
|
}else{
|
|
}else{
|
|
window.location.href = `https://wjzx.androidscloud.com:9091/file-center/fileOperate/downloadFile?id=${downloadId}`;
|
|
window.location.href = `https://wjzx.androidscloud.com:9091/file-center/fileOperate/downloadFile?id=${downloadId}`;
|