Commit b09692ca by agan

修改b包攔截

parent f06d3e47
Showing with 3 additions and 4 deletions
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<script src="https://res.sharetrace.com/sharetrace.min.js"></script> <script src="https://res.sharetrace.com/sharetrace.min.js"></script>
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script> <script>
var _url= "https://webserver.yabolive.net" var _url= "https://webserver.yabolive.net"
$.ajax({ $.ajax({
...@@ -54,7 +55,7 @@ ...@@ -54,7 +55,7 @@
</div> </div>
</body> </body>
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script src="https://www.footseen.com/js/new/langnew.js"></script> <script src="https://www.footseen.com/js/new/langnew.js"></script>
<script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script> <script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<script src="https://res.sharetrace.com/sharetrace.min.js"></script> <script src="https://res.sharetrace.com/sharetrace.min.js"></script>
<script src="lib/jquery-3.1.1.min.js"></script> <script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script> <script>
var _url= "https://webserver.yabolive.net" var _url= "https://webserver.yabolive.net"
$.ajax({ $.ajax({
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
success: function (res) { success: function (res) {
var result = JSON.parse(res); var result = JSON.parse(res);
if(result.code === 1){ if(result.code === 1){
if(result.checkResult){ if(result.checkResult){
window.location.href = 'content.html' window.location.href = 'content.html'
} }
...@@ -55,7 +54,6 @@ ...@@ -55,7 +54,6 @@
</div> </div>
</body> </body>
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script src="https://www.footseen.com/js/new/langnew.js"></script> <script src="https://www.footseen.com/js/new/langnew.js"></script>
<script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script> <script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment