From 54d3347182849469f820bec90f23be38ca254f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=94=80?= Date: Fri, 9 Sep 2016 16:49:27 +0800 Subject: [PATCH] 1 1 --- designer_base/src/com/fr/design/extra/ucenter/Client.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/designer_base/src/com/fr/design/extra/ucenter/Client.java b/designer_base/src/com/fr/design/extra/ucenter/Client.java index e8a172d5b..8afcd0e49 100644 --- a/designer_base/src/com/fr/design/extra/ucenter/Client.java +++ b/designer_base/src/com/fr/design/extra/ucenter/Client.java @@ -24,9 +24,9 @@ public class Client extends PHPFunctions{ public static String UC_APPID = "4"; public static String UC_CLIENT_VERSION = "1.0"; public static String UC_CLIENT_RELEASE = "20090212"; - public static String UC_ROOT = ""; //note 用户中心客户端的根目�? UC_CLIENTROOT - public static String UC_DATADIR = UC_ROOT + "./data/"; //note 用户中心的数据缓存目�? - public static String UC_DATAURL = "UC_API" + "/data"; //note 用户中心的数�? URL + public static String UC_ROOT = ""; + public static String UC_DATADIR = UC_ROOT + "./data/"; + public static String UC_DATAURL = "UC_API" + "/data"; public static String UC_API_FUNC = UC_CONNECT.equals("mysql") ? "uc_api_mysql" : "uc_api_post"; public static String[] uc_controls = {};