快捷导航分页地址修复
parent
7f4887028f
commit
3f89ec4ef4
|
|
@ -58,7 +58,7 @@ class QuickNav extends Common
|
||||||
'total' => $total,
|
'total' => $total,
|
||||||
'where' => $this->data_request,
|
'where' => $this->data_request,
|
||||||
'page' => $this->page,
|
'page' => $this->page,
|
||||||
'url' => MyUrl('admin/QuickNav/index'),
|
'url' => MyUrl('admin/quicknav/index'),
|
||||||
];
|
];
|
||||||
$page = new \base\Page($page_params);
|
$page = new \base\Page($page_params);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue