Parcourir la source

快递发货消息

Kirin il y a 3 ans
Parent
commit
cf0e8dc1ca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.html');
+    return view(app()->getRootPath() . 'public' . DS . 'index' . DS);
 });