Browse Source

首页跳转

linwu 1 year ago
parent
commit
0e9fd9d546
1 changed files with 1 additions and 0 deletions
  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');
     }