'wip(semantic):调整模板文件'

This commit is contained in:
zhengxinonly
2021-09-08 01:05:54 +08:00
parent e918727984
commit 7505e4552b
29 changed files with 588 additions and 414 deletions
+8 -1
View File
@@ -8,4 +8,11 @@ from applications.common.utils.rights import authorize
@index_bp.get('/file')
@authorize("admin:file:main", log=True)
def file_index():
return render_template('file/photo.html')
return render_template('admin/file/photo.html')
# 图片管理
@index_bp.get('/file/photo/add')
@authorize("admin:file:main", log=True)
def file_photo_add():
return render_template('admin/file/photo_add.html')