Commit d8793c51 authored by huyuchen's avatar huyuchen

预派单优化修改

parent f01bebd7
...@@ -5,12 +5,12 @@ public class CASproperties { ...@@ -5,12 +5,12 @@ public class CASproperties {
/** /**
* 当前应用程序的登陆界面 * 当前应用程序的登陆界面
*/ */
public static String CLIENT_LOGIN_PAGE = "http://mvp.wanxinwork.com/login"; public static String CLIENT_LOGIN_PAGE = "https://qas-mvp-1.worfu.com/login";
/** /**
* CAS服务器地址 * CAS服务器地址
*/ */
public static String CAS_SERVER_PATH = "http://192.168.0.240:8443/cas"; public static String CAS_SERVER_PATH = "http://192.168.1.62:8443/cas";
public static String SPRING_SECURITY_CAS_SERVER = "http://192.168.0.240:8443/cas/v1/tickets"; public static String SPRING_SECURITY_CAS_SERVER = "http://192.168.1.62:8443/cas/v1/tickets";
} }
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