diff --git a/application/index/controller/Order.php b/application/index/controller/Order.php index 4d55bc1e5d5ed3193e3b3ad34fc69e8e5c168022..77f6e23da6b7d39cf70843c1967725f374c5dcdb 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 4a95fb3754928909c450f378adeb0b0eb2e468de..621ed5f64c229c2c5594e9a2b2d62097adaea59b 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);