Browse Source

路由修改

moshaorui 4 weeks ago
parent
commit
19aabbf9ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -43,7 +43,7 @@ if ($host == 'internal-demo-site.mietubl.com.cn') {
             if ($page) {
 //                $pageController = new PageController();
 //                return $pageController->detail($page);
-                return app()->call([PageController::class, 'detail'], ['slug' => $$slug]);
+                return app()->call([PageController::class, 'detail'], ['slug' => $slug]);
             }
         }
     });