From 7c5a920b3402e040cc004a24276b9e022da37834 Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Wed, 17 Mar 2021 17:57:13 +0800 Subject: [PATCH] 新增异常展示表格 --- zq-erp/src/main/resources/config/system.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/resources/config/system.properties b/zq-erp/src/main/resources/config/system.properties index ef96e05..7cf26d8 100644 --- a/zq-erp/src/main/resources/config/system.properties +++ b/zq-erp/src/main/resources/config/system.properties @@ -100,9 +100,9 @@ #是否启用异常上报 is_open_exception_report=false -showExcptionUrl=http://erp.hive.jyymatrix.cc/showException +showExcptionUrl=http://test.hive.jyymatrix.cc/showException #异常信息查询接口 -showExcptionUrl=http://erp.hive.jyymatrix.cc/showException +showExcptionUrl=http://test.hive.jyymatrix.cc/showException -- Gitblit v1.9.1