Commit 4aebaae0 authored by ZZH's avatar ZZH

remove qkadmin cid verify 2024-03-6

parent 6a1796b0
...@@ -154,6 +154,9 @@ def is_need_auth_verify_cid(path): ...@@ -154,6 +154,9 @@ def is_need_auth_verify_cid(path):
if re.search("/qk-website", path): if re.search("/qk-website", path):
log.info(f"{path} not need verify") log.info(f"{path} not need verify")
return False return False
if re.search("/qkadmin", path):
log.info(f"{path} not need verify")
return False
return True return True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment