瀏覽代碼

快递发货消息

Kirin 3 年之前
父節點
當前提交
314f355c12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      route/wap/route.php

+ 1 - 1
route/wap/route.php

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