Przeglądaj źródła

add 注册/登录

visuddhinanda 2 lat temu
rodzic
commit
e0385ee300
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      app/Http/Controllers/PageIndexController.php

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

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