فهرست منبع

快递发货消息

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);
 });