Commit b2bf0096 authored by gary's avatar gary

1、fixbug

parent 2a7d9fe5
......@@ -9,7 +9,7 @@ log.level=INFO
#didi-config
check_ticket=true
get_user_info_url=http://mis-test.diditaxi.com.cn/auth/sso/api/
get_user_info_url=http://mis.diditaxi.com.cn/auth/sso/api/
app_id=2500
app_key=983258e7fd04d7fa0534735f7b1c33f3
cookie.maxAgeSeconds=18000
\ No newline at end of file
......@@ -421,7 +421,7 @@
if(""!==cookie&&getCookie("ddTicket")){
ticket = getCookie("ddTicket");
loginForm.resetLoginModel("DD", "DD".val(),ticket,1);
loginForm.resetLoginModel("DD", "DD",ticket,1);
login($(this), function () {
// todo DD logOut
setTimeout(function () {
......
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 to comment