搜尋

首頁  >  問答  >  主體

thinkphp路由問題

    'url_route_on'           => true,  

    // 路由使用完整配對

    'route_complete_match' 與選項設定多)

    'route_config_file'      => ['route'],

    // 是否強制使用路線

    'url_route_must'  

#   'route_complete_match'   => false,改為ture

    'url_route_must'         =>;
孙帅帅孙帅帅2408 天前1056

全部回覆(1)我來回復

  • 亚连

    亚连2018-06-11 09:34:48

    你開啟了強制路由,就必須設定路由,不然會報路由未定義的錯誤,如果對路由還不是很熟悉,建議不開啟強制路由

    回覆
    1
  • 取消回覆