linwu il y a 1 an
Parent
commit
0e9fd9d546
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/mobile/controller/Index.php

+ 1 - 0
app/mobile/controller/Index.php

@@ -8,6 +8,7 @@ class Index extends MobileBaseController
 {
     public function index()
     {
+        return redirect(url('/mobile/my/index'));
         return view('index/index');
     }