mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
参数定义bug
This commit is contained in:
@@ -216,7 +216,7 @@ class App
|
|||||||
*
|
*
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public static function dispatch($config)
|
public static function dispatch(&$config)
|
||||||
{
|
{
|
||||||
if (isset($_GET[$config['var_pathinfo']])) {
|
if (isset($_GET[$config['var_pathinfo']])) {
|
||||||
// 判断URL里面是否有兼容模式参数
|
// 判断URL里面是否有兼容模式参数
|
||||||
|
|||||||
Reference in New Issue
Block a user