Kirin преди 3 години
родител
ревизия
cf0e8dc1ca
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);
 });