摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>无限分类< 阅读全文
posted @ 2020-05-07 21:09 武卡卡 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: Route::group(['prefix'=>'admin'],function(){ Route::get('/',function(){ return view('admin.article.index'); }); Route::get('sort',function(){ return v 阅读全文
posted @ 2020-05-07 12:45 武卡卡 阅读(710) 评论(0) 推荐(0) 编辑