From 351402c7a19f0023abb3c101e8c4e6c84ae1256d Mon Sep 17 00:00:00 2001 From: suwings Date: Sun, 4 Mar 2018 19:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"; //控制台历史记录最大缓存长度