refactor(rest-api):调整部门数据

This commit is contained in:
zhengxinonly
2021-07-26 14:36:49 +08:00
parent 2b7304e615
commit ab4bb1ca40
4 changed files with 49 additions and 85 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ def index():
# 首页
@index_bp.get('/admin')
@index_bp.get('/admin/')
@login_required
def admin_index():
return render_template('index/admin_index.html', user=current_user)