diff --git a/mall-gateway/src/main/resources/application.yml b/mall-gateway/src/main/resources/application.yml index 8c4ef682..ab1ee4e9 100644 --- a/mall-gateway/src/main/resources/application.yml +++ b/mall-gateway/src/main/resources/application.yml @@ -57,6 +57,8 @@ secure: - "/swagger-resources/**" - "/swagger/**" - "/static/**" + - "/shop/static/**" + - "/static/image/**" - "/**/v2/api-docs" - "/**/*.js" - "/**/*.css" @@ -67,8 +69,6 @@ secure: - "/mall-auth/rsa/publicKey" - "/admin/account/account-user-base/register" - "/admin/account/account-user-base/login" - - "/static/image/**" - - "/shop/static/**" - "/admin/account/open/**" - "/admin/account/account-user-base/doLogin" - "/mobile/pay/index/notify_url"