소스 검색

update windows href 2.0

lang 4 년 전
부모
커밋
a82cf65e75
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>