笔记本
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2025-12-05 09:56:55 +08:00
parent 8311181967
commit c9bc2022e6
2 changed files with 27 additions and 1 deletions

View File

@@ -107,10 +107,16 @@ Route::group('topic', function () {
});
// 专题 - 电力品线
Route::group("power_prodline", function() {
Route::group('power_prodline', function() {
// 专题 - 电力品线首页
Route::get('index', 'TopicPowerProdline/index');
});
// 专题 - 笔记本电脑
Route::group('laptop', function() {
// 专题 - 笔记本电脑首页
Route::get('index', 'TopicLaptop/index');
});
});
// 数据迁移