From af0956c9c4e28a80a81b6707bc2224fc01360bf7 Mon Sep 17 00:00:00 2001 From: 郑永安 <zyazyz250@sina.com> Date: 星期三, 30 八月 2023 11:11:30 +0800 Subject: [PATCH] 安科院用户修改 --- src/main/resources/application-dev.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index f574ba7..51c888d 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -126,7 +126,9 @@ accountPath: /account/user/ #排查模块 checkPath: /check/ + #补正告知书 + correctPDF: /correctPDF/ # swagger生产环境中禁止显示 swagger: - show: false \ No newline at end of file + show: true \ No newline at end of file -- Gitblit v1.9.2