From c2c7a6e309a15a0bcb7d4d8966998777bfe6ce72 Mon Sep 17 00:00:00 2001 From: fengb Date: Fri, 8 Sep 2023 14:25:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0token=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengb --- hiver-admin/src/main/resources/application.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/hiver-admin/src/main/resources/application.yml b/hiver-admin/src/main/resources/application.yml index f221972a..1a90f5a1 100644 --- a/hiver-admin/src/main/resources/application.yml +++ b/hiver-admin/src/main/resources/application.yml @@ -232,7 +232,7 @@ app: captcha: # 图片验证码验证 image: - - /hiver/auth/login # 登录接口 +# - /hiver/auth/login # 登录接口 - /hiver/oauth2/authorize # 开放平台认证接口 - /hiver/common/captcha/sendRegistSms/** # 发送注册短信 - /hiver/common/captcha/sendResetSms/** # 发送重置密码短信 @@ -285,12 +285,14 @@ ignored: - /hiver/iot/sensorHelper/** - /hiver/goview/visual/** - /hiver/license/verifyLicense - # 临时增加 - - /hiver/app/** - - /hiver/thorui/** - - /hiver/order/** # 发送短信验证码不能拦截 - /hiver/auth/worker/app/sendLoginSms + +# # 临时增加 +# - /hiver/app/** +# - /hiver/thorui/** +# - /hiver/order/** + # 限流及黑名单不拦截的路径 limitUrls: - /**/*.js