|
|
@@ -903,7 +903,7 @@
|
|
|
<script>
|
|
|
var returnUrl=window.location.href;
|
|
|
$.ajax({
|
|
|
- url:"http://lj.ubtob.com:8084/sso/account",
|
|
|
+ url:"http://lj.ubtob.com/sso/account",
|
|
|
type:"GET",
|
|
|
success:function(data){
|
|
|
console.log(data);
|
|
|
@@ -922,7 +922,7 @@
|
|
|
//登录
|
|
|
$("#login").click(function(){
|
|
|
$.ajax({
|
|
|
- url:"http://lj.ubtob.com:8084/sso/login",
|
|
|
+ url:"http://lj.ubtob.com/sso/login",
|
|
|
data:{returnUrl:returnUrl},
|
|
|
type:"GET",
|
|
|
success:function(data){
|
|
|
@@ -942,7 +942,7 @@
|
|
|
//注册按钮点击
|
|
|
$("#register").click(function(){
|
|
|
$.ajax({
|
|
|
- url:"http://lj.ubtob.com:8084/sso/register",
|
|
|
+ url:"http://lj.ubtob.com/sso/register",
|
|
|
type:"GET",
|
|
|
data:{returnUrl:returnUrl},
|
|
|
success:function(data){
|
|
|
@@ -956,7 +956,7 @@
|
|
|
//退出
|
|
|
$("#logout").click(function(){
|
|
|
$.ajax({
|
|
|
- url:"http://lj.ubtob.com:8084/sso/logout",
|
|
|
+ url:"http://lj.ubtob.com/sso/logout",
|
|
|
type:"GET",
|
|
|
data:{returnUrl:returnUrl},
|
|
|
success:function(data){
|