快捷导航分页地址修复

feat/task1-c-wallet
devil 2020-09-17 14:18:06 +08:00
parent 7f4887028f
commit 3f89ec4ef4
1 changed files with 1 additions and 1 deletions

View File

@ -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);