From f86efa348c79191728403a637370ec4bfff4e4cc Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Fri, 14 Nov 2025 18:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=88=91=E7=9A=84=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/admin/controllers/auto/Ucenter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/admin/controllers/auto/Ucenter.php b/agent/admin/controllers/auto/Ucenter.php index 6d8c7b5f..f7dbd1af 100644 --- a/agent/admin/controllers/auto/Ucenter.php +++ b/agent/admin/controllers/auto/Ucenter.php @@ -42,7 +42,7 @@ class Ucenter extends BaseController // ['title' => '我的订单', 'type' => 1, 'url' => '/my/order'], ['title' => '我的补贴', 'type' => 1, 'url' => '/my/allowance'], ['title' => '我的账户', 'type' => 1, 'url' => '/my/bank'], - ['title' => '我的客服', 'type' => 2, 'url' => self::SERVICE_PHONE] +// ['title' => '我的客服', 'type' => 2, 'url' => self::SERVICE_PHONE] ] ]; $this->return_response($data);