更新模板功能

This commit is contained in:
2026-03-12 17:53:36 +08:00
parent 1f8d876cef
commit bf21006d4e
168 changed files with 82346 additions and 229 deletions
+1 -1
View File
@@ -12,7 +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');
Route::get('homeData', 'app\index\controller\Index@getHomeData');
// --- 客户需求路由 ---