Commit 4a872086 by libai

测试

parent 5cdcac55
Showing with 7 additions and 8 deletions
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
dataType:"JSON" dataType:"JSON"
}) })
$.ajax({ $.ajax({
url:$ip+'webfamily/lists.html', url:$ip+'weblive/webfamily/lists.html',
data:{ data:{
debug:localStorage.token, debug:localStorage.token,
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
var _self=$(this).attr("data-type") var _self=$(this).attr("data-type")
var _this=$(this) var _this=$(this)
$.ajax({ $.ajax({
url:$ip+'webfamily/applyadd.html', url:$ip+'weblive/webfamily/applyadd.html',
data:{ data:{
debug:localStorage.token, debug:localStorage.token,
familyid:_self familyid:_self
......
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
dataType:"JSON" dataType:"JSON"
}) })
$.ajax({ $.ajax({
url:'http://test.api.lvdou66.com:8036/activesys/getUserBaseInfo', url:'https://zhiboweb.ishuaji.cn/activesys/getUserBaseInfo',
type: "post", type: "post",
data: { data: {
uid:localStorage.uid, uid:localStorage.uid,
...@@ -231,13 +231,12 @@ ...@@ -231,13 +231,12 @@
} }
}) })
$.ajax({ $.ajax({
url:''+$ip+'webfamily/isdisplay.html', url:''+$ip+'weblive/webfamily/isdisplay.html',
type: "get", type: "get",
data: { data: {
uid:localStorage.uid, uid:localStorage.uid,
debug:localStorage.token, token:localStorage.token,
token:'', debug:'debug'
}, },
success:function(msg){ success:function(msg){
var data=JSON.parse(msg) var data=JSON.parse(msg)
...@@ -253,7 +252,7 @@ ...@@ -253,7 +252,7 @@
} }
}) })
$(".fml-go").on("click",function(){ $(".fml-go").on("click",function(){
window.location.href="fml.html"
}) })
$(".face-out").on("click",function(){ $(".face-out").on("click",function(){
localStorage.uid='undefined' localStorage.uid='undefined'
......
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