Browse Source

首页跳转

linwu 1 năm trước cách đây
mục cha
commit
0e9fd9d546
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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');
     }