优化代码

This commit is contained in:
2026-01-04 15:01:16 +08:00
parent e0ff5ccdc7
commit b764c708ce
10 changed files with 2885 additions and 465 deletions

View File

@@ -497,6 +497,8 @@ Route::group('app', function () {
Route::get('Index/aboutUsList', 'Index/aboutUsList');
//获取配置信息
Route::get('Index/configInfo', 'Index/configInfo');
// 农场
Route::get('Index/indexStoreList', 'Index/indexStoreList');
//文章详情(id)
Route::get('Index/articleInfo', 'Index/articleInfo');
//模版列表