1 Star 0 Fork 24

好奇宝宝/WaitAdmin开源后台系统(Python版)

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.py 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
zero 提交于 2024-09-20 11:21 +08:00 . update: 调整描述
# +----------------------------------------------------------------------
# | WaitAdmin(fastapi)快速开发后台管理系统
# +----------------------------------------------------------------------
# | 欢迎阅读学习程序代码,建议反馈是我们前进的动力
# | 程序完全开源可支持商用,允许去除界面版权信息
# | gitee: https://gitee.com/wafts/waitadmin-python
# | github: https://github.com/topwait/waitadmin-python
# | 官方网站: https://www.waitadmin.cn
# | WaitAdmin团队版权所有并拥有最终解释权
# +----------------------------------------------------------------------
# | Author: WaitAdmin Team <2474369941@qq.com>
# +----------------------------------------------------------------------
class AdminConfig:
# 免登录验证
not_need_login = [
"index:config",
"login:captcha",
"login:check"
]
# 免权限验证
not_need_perms = [
"login:logout",
"attach:cate_lists",
"attach:album_lists",
"auth:admin:oneself",
"auth:admin:set_info",
"auth:role:whole",
"auth:dept:whole",
"auth:post:whole",
"content:category:whole"
]
# 登录验证码
enable_captcha = True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/charmer21/waitadmin-python.git
git@gitee.com:charmer21/waitadmin-python.git
charmer21
waitadmin-python
WaitAdmin开源后台系统(Python版)
master

搜索帮助