diff --git a/property.js b/property.js index 6f8455a..86d3155 100644 --- a/property.js +++ b/property.js @@ -52,7 +52,7 @@ MCSERVER.localProperty.is_allow_csrf = false; //登录页面 URL,我们有两个登录页面,你可以选择其一,或自己选择 //可以 "/public/login/" 或者 "/public/login2/" 或你自定义 -MCSERVER.localProperty.login_url = "/public/login2/"; +MCSERVER.localProperty.login_url = "/public/login/"; //控制台历史记录最大缓存长度