From 1fe3213ef9be7720cef0bd68395fda40441688a2 Mon Sep 17 00:00:00 2001 From: chulaixi Date: Fri, 27 Nov 2020 13:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E8=AE=A2=E5=8D=95=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E5=9C=B0=E5=9D=80=E6=A8=A1=E5=9D=97=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- Gitee