diff --git a/application/index/controller/Order.php b/application/index/controller/Order.php index 4d55bc1e5..77f6e23da 100755 --- a/application/index/controller/Order.php +++ b/application/index/controller/Order.php @@ -60,7 +60,7 @@ class Order extends Common 'total' => $total, 'where' => $this->data_request, 'page' => $this->page, - 'url' => MyUrl('admin/order/index'), + 'url' => MyUrl('index/order/index'), ]; $page = new \base\Page($page_params); diff --git a/application/index/controller/Userintegral.php b/application/index/controller/Userintegral.php index 4a95fb375..621ed5f64 100755 --- a/application/index/controller/Userintegral.php +++ b/application/index/controller/Userintegral.php @@ -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);