增加友链功能

This commit is contained in:
2026-03-11 23:44:55 +08:00
parent e46a4100c7
commit 1f8d876cef
9 changed files with 503 additions and 83 deletions
+1
View File
@@ -12,6 +12,7 @@ Route::get('init', 'app\index\controller\Index@init');
Route::get('footerdata', 'app\index\controller\Index@getFooterData');
Route::get('companyInfos', 'app\index\controller\Index@getCompanyInfos');
Route::post('requirement', 'app\index\controller\Index@requirement');
Route::get('friendlinks', 'app\index\controller\Index@getFriendlinkList');
// --- 客户需求路由 ---