feat: Nas专题帮助中心
This commit is contained in:
@@ -96,6 +96,10 @@ Route::group('topic', function() {
|
||||
Route::get('cooperation', 'TopicNas/cooperation');
|
||||
// 专题-Nas帮助中心页
|
||||
Route::get('help', 'TopicNas/help');
|
||||
// 专题-Nas帮助中心详情页
|
||||
Route::get('help_detail', 'TopicNas/helpDetail');
|
||||
// 专题-Nas帮助中心搜索
|
||||
Route::post('help_search', 'TopicNas/helpSearch');
|
||||
// 专题-Nas软件下载页
|
||||
Route::get('download', 'TopicNas/download');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user