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