mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 03:56:57 +08:00
快捷导航分页地址修复
This commit is contained in:
@ -58,7 +58,7 @@ class QuickNav extends Common
|
||||
'total' => $total,
|
||||
'where' => $this->data_request,
|
||||
'page' => $this->page,
|
||||
'url' => MyUrl('admin/QuickNav/index'),
|
||||
'url' => MyUrl('admin/quicknav/index'),
|
||||
];
|
||||
$page = new \base\Page($page_params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user