refactor: 修改导航项链接类型字段
This commit is contained in:
@@ -490,9 +490,6 @@ Route::group('v1', function () {
|
||||
Route::delete('delete/:id', 'Navigation/delete');
|
||||
|
||||
Route::group('items', function() {
|
||||
// 导航数据类型
|
||||
Route::get('link/type', 'NavigationItem/linkType');
|
||||
|
||||
// 导航分页
|
||||
Route::get('index', 'NavigationItem/index');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user