新功能(dvadmin): 可配置取消redis,文件上传问题修复

pull/36/head
李强 2021-07-03 17:26:01 +08:00
parent a56e064924
commit 306a72e8be
2 changed files with 3 additions and 3 deletions

View File

@ -101,4 +101,4 @@ class RedisOpAuthJwtAuthentication(OpAuthJwtAuthentication):
return user, token
else:
raise exceptions.AuthenticationFailed("登录信息失效,请重新登录!")
return None
return res

View File

@ -44,5 +44,5 @@ API_LOG_ENABLE = True
API_LOG_METHODS = ['POST', 'DELETE', 'PUT'] # 'ALL' or ['POST', 'DELETE']
# 接口权限
INTERFACE_PERMISSION = True
# 是否开启
ENABLE_LOGIN_LOCATION = False
# 是否开启登录ip转换成城市位置
ENABLE_LOGIN_LOCATION = True