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);