From 622d31f0a11a149b5496c9aae6198c755eba1810 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Thu, 13 Oct 2022 10:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index cd11ca0..a2667e1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -259,6 +259,7 @@ renren: - /oss/file/download - /ws/** - /custom/epidemicSentryPost/downloadQRCode/** + - /sys/screen/** # 大屏使用相关接口 workLoginUrls: - /api/work/user/getToken #工作端-获取token - /api/work/user/login #工作端-登录 @@ -298,4 +299,4 @@ epdc: - /workRecord/** #工作日志接口 - /api/sys/** - /contentSecurity/** #内容安全接口 - - /api/events/item/pushItemProcess # 接受网格化平台项目处理结果 + - /api/events/item/pushItemProcess # 接受网格化平台项目处理结果 \ No newline at end of file