From cbb42e1a3d79db9791a452993a1ed8f5b05c69d0 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Sun, 23 Oct 2016 13:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E4=B9=8B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/config/config.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/WEB-INF/config/config.properties b/WebContent/WEB-INF/config/config.properties index 151343a9..e8894cf6 100644 --- a/WebContent/WEB-INF/config/config.properties +++ b/WebContent/WEB-INF/config/config.properties @@ -67,6 +67,6 @@ HttpClientConstant_URL_IP_PORT=http://192.168.0.110:8088/jfinal/ #============================================================================================================= # 文件上传下载 #============================================================================================================= -file_upload_path=D:\\ +file_upload_path=D:\\test\\ -file_download_path=D:\\uuu.xls +file_download_path=D:\\test\\uuu.xls