Explorar el Código

快递发货消息

Kirin hace 3 años
padre
commit
314f355c12
Se han modificado 1 ficheros con 1 adiciones y 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');
 });