feat: 专题 - 电力品线首页

This commit is contained in:
2025-11-20 11:57:03 +08:00
parent ef5d2c6ab9
commit c3c67c9e59
4 changed files with 165 additions and 0 deletions

View File

@@ -105,6 +105,12 @@ Route::group('topic', function () {
// 专题-Nas软件下载页
Route::get('download', 'TopicNas/download');
});
// 专题 - 电力品线
Route::group("power_prodline", function() {
// 专题 - 电力品线首页
Route::get('index', 'TopicPowerProdline/index');
});
});
// 数据迁移