From 96e622e737ec7d0b9f3a64ecc4e4a53389a207a2 Mon Sep 17 00:00:00 2001 From: JiangYouYao <ak473600000> Date: Fri, 18 Mar 2022 17:00:09 +0800 Subject: [PATCH] 重构:订单取消逻辑 --- zq-erp/src/main/resources/config/application-meidu.properties | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zq-erp/src/main/resources/config/application-meidu.properties b/zq-erp/src/main/resources/config/application-meidu.properties index 10a1074..161e701 100644 --- a/zq-erp/src/main/resources/config/application-meidu.properties +++ b/zq-erp/src/main/resources/config/application-meidu.properties @@ -46,17 +46,17 @@ #百度编辑器,覆盖默认配置 -ueditor.imageUrlPrefix=http://resource.hive.jyymatrix.cc/uploadeFile +ueditor.imageUrlPrefix=http://filehive2.jyymatrix.cc/uploadeFile/md ueditor.imagePathFormat=/image/{yyyy}{mm}{dd}/{time}{rand:6} ueditor.scrawlPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} -ueditor.scrawlUrlPrefix=http://resource.hive.jyymatrix.cc/uploadeFile +ueditor.scrawlUrlPrefix=http://filehive2.jyymatrix.cc/uploadeFile/md ueditor.snapscreenPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} -ueditor.snapscreenUrlPrefix=http://resource.hive.jyymatrix.cc/uploadeFile +ueditor.snapscreenUrlPrefix=http://filehive2.jyymatrix.cc/uploadeFile/md ueditor.catcherPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} -ueditor.catcherUrlPrefix=http://resource.hive.jyymatrix.cc/uploadeFile +ueditor.catcherUrlPrefix=http://filehive2.jyymatrix.cc/uploadeFile/md ueditor.videoPathFormat=/ueditor/jsp/upload/video/{yyyy}{mm}{dd}/{time}{rand:6} ueditor.videoUrlPrefix=http://127.0.0.1:1088/uploadeFile/ -- Gitblit v1.9.1