From 5f9e344797372302d9fc98999fe9707de6316f1b Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 08 Nov 2021 19:32:30 +0800 Subject: [PATCH] fix --- zq-erp/pom.xml | 4 ++-- zq-erp/src/main/resources/config/prd/system.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zq-erp/pom.xml b/zq-erp/pom.xml index b23716b..e2607e6 100644 --- a/zq-erp/pom.xml +++ b/zq-erp/pom.xml @@ -413,11 +413,11 @@ <exclude>config/xcx/*</exclude> <exclude>config/xcshop/*</exclude> - <!-- + <!----> <exclude>config/config.json</exclude> <exclude>config/application.properties</exclude> <exclude>config/system.properties</exclude> - --> + <exclude>**/*.woff</exclude> diff --git a/zq-erp/src/main/resources/config/prd/system.properties b/zq-erp/src/main/resources/config/prd/system.properties index 9290b39..26b0737 100644 --- a/zq-erp/src/main/resources/config/prd/system.properties +++ b/zq-erp/src/main/resources/config/prd/system.properties @@ -12,7 +12,7 @@ default_password=123 #nginx静态资源访问地址 -static_resource_url=https://filehive2.jyymatrix.cc/uploadeFile/ +static_resource_url=https://hive.file.csxuncong.com/uploadeFile/ #文件保存地址 file_storage_path=/mnt/hive/static/uploadeFile/ #文件上传大小字节为单位 10MB -- Gitblit v1.9.1