前端积分分页模块名称修正
parent
55602b34bf
commit
d74f10e158
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
location / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue