refactor: 修改附件分类支持上下级
This commit is contained in:
@@ -373,12 +373,12 @@ Route::group('v1', function () {
|
||||
// 附件(下载管理)删除
|
||||
Route::delete('delete/:id', 'Attachment/delete');
|
||||
|
||||
// 附件(下载管理)分类列表
|
||||
Route::get('categorys', 'AttachmentCategory/index')->append(['scene' => 'all']);
|
||||
// 附件(下载管理)分类列表树
|
||||
Route::get('tree', 'AttachmentCategory/tree');
|
||||
|
||||
// 附件(下载管理)分类
|
||||
Route::group('category', function () {
|
||||
// 附件(下载管理)分类分页
|
||||
// 附件(下载管理)分类树
|
||||
Route::get('index', 'AttachmentCategory/index');
|
||||
|
||||
// 附件(下载管理)分类详情
|
||||
|
||||
Reference in New Issue
Block a user