mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
前端积分分页模块名称修正
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
5
public/nginx.htaccess
Normal file
5
public/nginx.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
location / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user