Commit 80706430b86bc819946813d105053cfe949db0b4
1 parent
0a095e0a
双
Showing
13 changed files
with
13 additions
and
13 deletions
dist/js/codedata.json
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | "viewcount": "0", |
| 15 | 15 | "saveformat": "5", |
| 16 | 16 | "deleteFlag": "1", |
| 17 | - "audioUrl": "https://gxbfile-gs.gaoxiaobang.com//uploads/programming_audio/link/17/02/7/56f25406ecb34735b1ed80d41a64a68b", | |
| 17 | + "audioUrl": "https://gxbfile-gs.gaoxiaobang.com/uploads/programming_audio/link/17/02/7/56f25406ecb34735b1ed80d41a64a68b", | |
| 18 | 18 | "classId": null, |
| 19 | 19 | "totaltime": "0", |
| 20 | 20 | "itemId": null, | ... | ... |
dist/js/gb-fuben.js
| ... | ... | @@ -1219,7 +1219,7 @@ $(function() { |
| 1219 | 1219 | type: "get", |
| 1220 | 1220 | url: apiUrl, |
| 1221 | 1221 | success: function(coderecords) { |
| 1222 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 1222 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 1223 | 1223 | if (_role == 0) { |
| 1224 | 1224 | var coderecords = coderecords.codeRecordList; |
| 1225 | 1225 | } else if (_role == 1) { | ... | ... |
dist/js/gb.js
| ... | ... | @@ -1222,7 +1222,7 @@ $(function() { |
| 1222 | 1222 | type: "get", |
| 1223 | 1223 | url: apiUrl, |
| 1224 | 1224 | success: function(coderecords) { |
| 1225 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 1225 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 1226 | 1226 | if (_role == 0) { |
| 1227 | 1227 | var coderecords = coderecords.codeRecordList; |
| 1228 | 1228 | } else if (_role == 1) { | ... | ... |
dist/js/gbreplayer-fuben.js
| ... | ... | @@ -622,7 +622,7 @@ $(function(){ |
| 622 | 622 | type: "get", |
| 623 | 623 | url: apiUrl, |
| 624 | 624 | success: function(coderecords) { |
| 625 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 625 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 626 | 626 | if (_role == 0) { |
| 627 | 627 | var coderecords = coderecords.codeRecordList; |
| 628 | 628 | }else if (_role == 1) { | ... | ... |
dist/js/gbreplayer.js
| ... | ... | @@ -682,7 +682,7 @@ $(function(){ |
| 682 | 682 | type: "get", |
| 683 | 683 | url: apiUrl, |
| 684 | 684 | success: function(coderecords) { |
| 685 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 685 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 686 | 686 | if (_role == 0) { |
| 687 | 687 | var coderecords = coderecords.codeRecordList; |
| 688 | 688 | }else if (_role == 1) { | ... | ... |
dist/player-fuben.html
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | <h1>1111111</h1> |
| 20 | 20 | <div class="" id="audioWrap"></div> |
| 21 | 21 | <h1>2222222</h1> |
| 22 | - <audio src="https://gxbfile-gs.gaoxiaobang.com//uploads/programming_audio/link/17/07/26/80271fbafafe42399d35dab2b2cef189" controls="controls"></audio> | |
| 22 | + <audio src="https://gxbfile-gs.gaoxiaobang.com/uploads/programming_audio/link/17/07/26/80271fbafafe42399d35dab2b2cef189" controls="controls"></audio> | |
| 23 | 23 | <h1>3333333</h1> |
| 24 | 24 | <audio id="audioID" controls="controls" height="50" width="100"> |
| 25 | 25 | <source src="http://7xrm8d.com1.z0.glb.clouddn.com/dawangjiaowolaixunsan.mp3" type="audio/mp3" preload="auto" /> | ... | ... |
example/gbreplayer暂停.js
| ... | ... | @@ -691,7 +691,7 @@ $(function(){ |
| 691 | 691 | type: "get", |
| 692 | 692 | url: apiUrl, |
| 693 | 693 | success: function(coderecords) { |
| 694 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 694 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 695 | 695 | if (_role == 0) { |
| 696 | 696 | var coderecords = coderecords.codeRecordList; |
| 697 | 697 | }else if (_role == 1) { | ... | ... |
src/js/codedata.json
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | "viewcount": "0", |
| 15 | 15 | "saveformat": "5", |
| 16 | 16 | "deleteFlag": "1", |
| 17 | - "audioUrl": "https://gxbfile-gs.gaoxiaobang.com//uploads/programming_audio/link/17/02/7/56f25406ecb34735b1ed80d41a64a68b", | |
| 17 | + "audioUrl": "https://gxbfile-gs.gaoxiaobang.com/uploads/programming_audio/link/17/02/7/56f25406ecb34735b1ed80d41a64a68b", | |
| 18 | 18 | "classId": null, |
| 19 | 19 | "totaltime": "0", |
| 20 | 20 | "itemId": null, | ... | ... |
src/js/gb-fuben.js
| ... | ... | @@ -1219,7 +1219,7 @@ $(function() { |
| 1219 | 1219 | type: "get", |
| 1220 | 1220 | url: apiUrl, |
| 1221 | 1221 | success: function(coderecords) { |
| 1222 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 1222 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 1223 | 1223 | if (_role == 0) { |
| 1224 | 1224 | var coderecords = coderecords.codeRecordList; |
| 1225 | 1225 | } else if (_role == 1) { | ... | ... |
src/js/gb.js
| ... | ... | @@ -1222,7 +1222,7 @@ $(function() { |
| 1222 | 1222 | type: "get", |
| 1223 | 1223 | url: apiUrl, |
| 1224 | 1224 | success: function(coderecords) { |
| 1225 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 1225 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 1226 | 1226 | if (_role == 0) { |
| 1227 | 1227 | var coderecords = coderecords.codeRecordList; |
| 1228 | 1228 | } else if (_role == 1) { | ... | ... |
src/js/gbreplayer-fuben.js
| ... | ... | @@ -622,7 +622,7 @@ $(function(){ |
| 622 | 622 | type: "get", |
| 623 | 623 | url: apiUrl, |
| 624 | 624 | success: function(coderecords) { |
| 625 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 625 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 626 | 626 | if (_role == 0) { |
| 627 | 627 | var coderecords = coderecords.codeRecordList; |
| 628 | 628 | }else if (_role == 1) { | ... | ... |
src/js/gbreplayer.js
| ... | ... | @@ -682,7 +682,7 @@ $(function(){ |
| 682 | 682 | type: "get", |
| 683 | 683 | url: apiUrl, |
| 684 | 684 | success: function(coderecords) { |
| 685 | - $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com//" + coderecords.audioUrl); | |
| 685 | + $("#play_audio").attr('src', "https://gxbfile-gs.gaoxiaobang.com/" + coderecords.audioUrl); | |
| 686 | 686 | if (_role == 0) { |
| 687 | 687 | var coderecords = coderecords.codeRecordList; |
| 688 | 688 | }else if (_role == 1) { | ... | ... |
src/player-fuben.html
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | <h1>1111111</h1> |
| 20 | 20 | <div class="" id="audioWrap"></div> |
| 21 | 21 | <h1>2222222</h1> |
| 22 | - <audio src="https://gxbfile-gs.gaoxiaobang.com//uploads/programming_audio/link/17/07/26/80271fbafafe42399d35dab2b2cef189" controls="controls"></audio> | |
| 22 | + <audio src="https://gxbfile-gs.gaoxiaobang.com/uploads/programming_audio/link/17/07/26/80271fbafafe42399d35dab2b2cef189" controls="controls"></audio> | |
| 23 | 23 | <h1>3333333</h1> |
| 24 | 24 | <audio id="audioID" controls="controls" height="50" width="100"> |
| 25 | 25 | <source src="http://7xrm8d.com1.z0.glb.clouddn.com/dawangjiaowolaixunsan.mp3" type="audio/mp3" preload="auto" /> | ... | ... |