222
This commit is contained in:
12
login.html
12
login.html
@@ -126,14 +126,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
$('#codeImg1').attr('src', 'http://192.168.0.105:7072/ycsafe/captcha/captchaImagetype=math×tamp=' + Date
|
$('#codeImg1').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImagetype=math×tamp=' + Date
|
||||||
.now());
|
.now());
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
function openPopup() {
|
function openPopup() {
|
||||||
document.getElementById("popup").style.display = "block";
|
document.getElementById("popup").style.display = "block";
|
||||||
document.getElementById("mask").style.display = "block";
|
document.getElementById("mask").style.display = "block";
|
||||||
$('#codeImg2').attr('src', 'http://192.168.0.105:7072/ycsafe/captcha/captchaImagetype=math×tamp=' +
|
$('#codeImg2').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImagetype=math×tamp=' +
|
||||||
Date
|
Date
|
||||||
.now());
|
.now());
|
||||||
}
|
}
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$.post('http://192.168.0.105:7072/loulan/business/buy/9', {
|
$.post('http://aos.yyundong.com/loulan/business/buy/9', {
|
||||||
'telephone': telephone,
|
'telephone': telephone,
|
||||||
'password': password,
|
'password': password,
|
||||||
'captcha': captcha
|
'captcha': captcha
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$.post('http://192.168.0.105:7072/ycsafe/website/register', {
|
$.post('http://aos.yyundong.com/ycsafe/website/register', {
|
||||||
'name': name,
|
'name': name,
|
||||||
'password': password,
|
'password': password,
|
||||||
'telephone': telephone,
|
'telephone': telephone,
|
||||||
@@ -291,14 +291,14 @@
|
|||||||
|
|
||||||
function changeCodeImg1() {
|
function changeCodeImg1() {
|
||||||
console.log("changeCodeImg1", Date.now());
|
console.log("changeCodeImg1", Date.now());
|
||||||
$('#codeImg1').attr('src', 'http://192.168.0.105:7072/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
$('#codeImg1').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
||||||
Date
|
Date
|
||||||
.now());
|
.now());
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeCodeImg2() {
|
function changeCodeImg2() {
|
||||||
|
|
||||||
$('#codeImg2').attr('src', 'http://192.168.0.105:7072/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
$('#codeImg2').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
||||||
Date
|
Date
|
||||||
.now());
|
.now());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user