隐藏我的客服入口

This commit is contained in:
lccsw
2025-11-14 18:13:06 +08:00
parent 7a8788c974
commit f86efa348c
+1 -1
View File
@@ -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);