[0] RouteNotFoundException in Route.php line 899

当前访问路由未定义或不匹配

  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 899
  2. at Route->check('', true) in App.php line 602
  3. at App->routeCheck() in App.php line 402
  4. at App->run() in index.php line 21

Environment Variables

GET Data
c pro
a list
cate_id 27
sorta 27
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.yujiajiaju.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME yujiajiaju.com
SERVER_PORT 80
SERVER_ADDR 172.28.52.70
REMOTE_PORT 59598
REMOTE_ADDR 100.25.40.11
SERVER_SOFTWARE nginx/1.17.10
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/goods_test_1/public
DOCUMENT_URI /index.php
REQUEST_URI /index.php?c=pro&a=list&cate_id=27&sorta=27
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING c=pro&a=list&cate_id=27&sorta=27
SCRIPT_FILENAME /www/wwwroot/goods_test_1/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710818331.0492
REQUEST_TIME 1710818331
Environment Variablesempty
ThinkPHP Constantsempty