Bladeren bron

update windows href 2.0

lang 4 jaren geleden
bovenliggende
commit
a82cf65e75
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      Controller/CloudStorage.py

+ 2 - 2
Controller/CloudStorage.py

@@ -677,7 +677,7 @@ class CloudStorageView(View):
     function payOKButton() {
         // 复杂数据
         console.log('success')
-        window.location.href="http://test.devma.com/closePage";
+        window.location.href="https://www.baidu.com?page=closePage";
     }
 	</script>
 </body> 
@@ -757,7 +757,7 @@ class CloudStorageView(View):
     function payOKButton() {
         // 复杂数据
         console.log('success')
-        window.location.href="http://test.devma.com/closePage"  
+        window.location.href="https://www.baidu.com?page=closePage"  
     }
 	</script>
 </body>