Explorar o código

快递发货消息

Kirin %!s(int64=3) %!d(string=hai) anos
pai
achega
314f355c12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      route/wap/route.php

+ 1 - 1
route/wap/route.php

@@ -11,5 +11,5 @@
 use think\facade\Route;
 
 Route::miss(function () {
-    return view(app()->getRootPath() . 'public' . DS . 'index' . DS);
+    return redirect(sys_config('site_url') . '/index');
 });