Commit f1642b0f481010fcb00e188cbeb77a052c653b1f

Authored by ykxie
1 parent 03c4b445

fix bug

src/index.html
... ... @@ -16,7 +16,7 @@
16 16 <link href="css/recording.css" rel="stylesheet">
17 17  
18 18 <script>
19   - var gxb_api = "https://restful1.gaoxiaobang.com";
  19 + var gxb_api = "https://restful.gaoxiaobang.com";
20 20 // var gxb_api = "https://restful.gaoxiaobang.cn"
21 21  
22 22 </script>
... ...
src/player.html
... ... @@ -15,7 +15,7 @@
15 15 <link href="css/recording.css" rel="stylesheet">
16 16  
17 17 <script>
18   - var gxb_api = "https://restful1.gaoxiaobang.com";
  18 + var gxb_api = "https://restful.gaoxiaobang.com";
19 19 // var gxb_api = "https://restful.gaoxiaobang.com"
20 20 </script>
21 21  
... ...