提交 d74f10e1 编写于 作者: D Devil

前端积分分页模块名称修正

上级 55602b34
......@@ -58,7 +58,7 @@ class UserIntegral extends Common
'total' => $total,
'where' => $this->data_request,
'page' => $this->page,
'url' => MyUrl('admin/userintegral/index'),
'url' => MyUrl('index/userintegral/index'),
];
$page = new \base\Page($page_params);
......
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册