Commit 4a872086 by libai

测试

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