feat: 品牌介绍
This commit is contained in:
@@ -50,6 +50,8 @@ Route::group('faq', function() {
|
||||
|
||||
// 关于我们
|
||||
Route::group('aboutus', function() {
|
||||
// 品牌介绍
|
||||
Route::get('introduction', 'AboutUs/introduction');
|
||||
// 品牌故事
|
||||
Route::get('story', 'AboutUs/story');
|
||||
// 品牌里程
|
||||
|
||||
Reference in New Issue
Block a user