提交 69fb62a8 编写于 作者: 逆天的蝈蝈's avatar 逆天的蝈蝈 🎨

修复应用分页错误

上级 85002e5b
......@@ -76,7 +76,7 @@ class Pluginsadmin extends Common
'total' => $total,
'where' => $params,
'page' => isset($params['page']) ? intval($params['page']) : 1,
'url' => MyUrl('admin/plugins/index'),
'url' => MyUrl('admin/Pluginsadmin/index'),
);
$page = new \base\Page($page_params);
$this->assign('page_html', $page->GetPageHtml());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册