[0] RouteNotFoundException in Route.php line 897

Route Not Found

  1. // 检测跨域路由
  2. $result = $this->cross->check($this->request, $url, $completeMatch);
  3. }
  4. if (false !== $result) {
  5. // 路由匹配
  6. return $result;
  7. } elseif ($must) {
  8. // 强制路由不匹配则抛出异常
  9. throw new RouteNotFoundException();
  10. }
  11. // 默认路由解析
  12. return new UrlDispatch($this->request, $this->group, $url, [
  13. 'auto_search' => $this->autoSearchController,
  14. ]);
  15. }
  16. /**

Call Stack

  1. in Route.php line 897
  2. at Route->check() in App.php line 604
  3. at App->routeCheck() in App.php line 402
  4. at App->run() in index.php line 23

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER nobody
HOME /
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_X_FORWARDED_FOR 3.238.62.124
HTTP_X_REAL_IP 3.238.62.124
HTTP_HOST wxmaker.haier.net
REDIRECT_STATUS 200
SERVER_NAME
SERVER_PORT 8080
SERVER_ADDR 10.138.111.185
REMOTE_PORT 53436
REMOTE_ADDR 10.138.111.23
SERVER_SOFTWARE nginx/1.8.1
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
DOCUMENT_ROOT /web/wvtc.maker.haier.net/hr-maker-php/public
DOCUMENT_URI /index.php
REQUEST_URI /home/index/campus/act/4
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/home/index/campus/act/4&
SCRIPT_FILENAME /web/wvtc.maker.haier.net/hr-maker-php/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711627035.6654
REQUEST_TIME 1711627035
Environment Variablesempty
ThinkPHP Constants
ROOT_DIR /web/wvtc.maker.haier.net/hr-maker-php/public/
0.047441s