feat: 专题 - 电力品线首页

This commit is contained in:
2025-11-20 11:57:03 +08:00
parent fec6dca03d
commit 0fdedcd9ae
4 changed files with 128 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');
});
});
// 数据迁移