Browse Source

add 注册/登录

visuddhinanda 2 năm trước cách đây
mục cha
commit
e0385ee300
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      app/Http/Controllers/PageIndexController.php

+ 4 - 0
app/Http/Controllers/PageIndexController.php

@@ -28,6 +28,10 @@ class PageIndexController extends Controller
                     'title'=>'文集',
                     'link'=>config('mint.server.dashboard_base_path').'/anthology/list',
                 ],
+                [
+                    'title'=>'注册/登录',
+                    'link'=>config('mint.server.dashboard_base_path').'/anonymous/users/sign-in',
+                ],
             ];
         $wish = [
             [