feat: Nas专题帮助中心

This commit is contained in:
2025-05-06 14:49:30 +08:00
parent bf2895825e
commit 4318404b64
14 changed files with 930 additions and 0 deletions

View File

@@ -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');
});