将权限与部门的逻辑分包

This commit is contained in:
zhengxinonly
2021-06-13 15:07:40 +08:00
parent 5faf88283f
commit 9e8a5357be
19 changed files with 171 additions and 131 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ index_bp = Blueprint('Index', __name__, url_prefix='/')
from . import index
def init_index_views(app):
def register_index_views(app):
"""
初始化蓝图